mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
Use correct element id fenix popup panel
This commit is contained in:
parent
84635ad38d
commit
d16ac963ef
@ -44,7 +44,7 @@ let dfPaneVisibleStored;
|
||||
vAPI.localStorage.getItemAsync('popupFirewallPane').then(value => {
|
||||
dfPaneVisibleStored = value === true || value === 'true';
|
||||
if ( dfPaneVisibleStored ) {
|
||||
document.getElementById('panes').classList.add('dfEnabled');
|
||||
document.getElementById('main').classList.add('dfEnabled');
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user