mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 666257 - Remove redundant activePanel update (r=mbrubeck)
BrowserUI.showPanel() already unsets activePanel if necessary.
This commit is contained in:
parent
f455c71048
commit
0b69e2e775
@ -1270,7 +1270,6 @@ var BrowserUI = {
|
||||
} else if (!Weave.Service.isLoggedIn && !Services.prefs.getBoolPref("browser.sync.enabled")) {
|
||||
// unchecked the relative command button
|
||||
document.getElementById("remotetabs-button").removeAttribute("checked");
|
||||
this.activePanel = null;
|
||||
|
||||
BrowserUI.showPanel("prefs-container");
|
||||
let prefsBox = document.getElementById("prefs-list");
|
||||
|
Loading…
Reference in New Issue
Block a user