зеркало из https://github.com/mozilla/gecko-dev.git
Bug 883397 - Remove redundant about:blank check from CustomizeMode.exit. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D60146 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
2a3f73f702
Коммит
063ff0ea9e
|
@ -497,11 +497,7 @@ CustomizeMode.prototype = {
|
|||
this.document.documentElement.removeAttribute("customizing");
|
||||
|
||||
if (this.browser.selectedTab == gTab) {
|
||||
if (gTab.linkedBrowser.currentURI.spec == "about:blank") {
|
||||
closeGlobalTab();
|
||||
} else {
|
||||
unregisterGlobalTab();
|
||||
}
|
||||
closeGlobalTab();
|
||||
}
|
||||
|
||||
let customizer = document.getElementById("customization-container");
|
||||
|
|
Загрузка…
Ссылка в новой задаче