mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 17:41:03 +01:00
Use correct element id fenix popup panel
This commit is contained in:
parent
84635ad38d
commit
d16ac963ef
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ let dfPaneVisibleStored;
|
||||||
vAPI.localStorage.getItemAsync('popupFirewallPane').then(value => {
|
vAPI.localStorage.getItemAsync('popupFirewallPane').then(value => {
|
||||||
dfPaneVisibleStored = value === true || value === 'true';
|
dfPaneVisibleStored = value === true || value === 'true';
|
||||||
if ( dfPaneVisibleStored ) {
|
if ( dfPaneVisibleStored ) {
|
||||||
document.getElementById('panes').classList.add('dfEnabled');
|
document.getElementById('main').classList.add('dfEnabled');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue