зеркало из https://github.com/mozilla/pjs.git
Backed out changeset 876aa29eebe4 which was a patch in my mq which I pushed by mistake
This commit is contained in:
Родитель
798c419ebd
Коммит
13ed78a7fc
|
@ -6913,8 +6913,6 @@ let gPrivateBrowsingUI = {
|
|||
|
||||
document.getElementById("menu_import").setAttribute("disabled", "true");
|
||||
|
||||
document.getElementById("Tools:Sanitize").setAttribute("disabled", "true");
|
||||
|
||||
this._privateBrowsingAutoStarted = this._privateBrowsingService.autoStarted;
|
||||
|
||||
if (!this._privateBrowsingAutoStarted) {
|
||||
|
@ -6942,8 +6940,6 @@ let gPrivateBrowsingUI = {
|
|||
|
||||
document.getElementById("menu_import").removeAttribute("disabled");
|
||||
|
||||
document.getElementById("Tools:Sanitize").removeAttribute("disabled");
|
||||
|
||||
gFindBar.getElement("findbar-textbox").reset();
|
||||
|
||||
this._setPBMenuTitle("start");
|
||||
|
|
Загрузка…
Ссылка в новой задаче