зеркало из https://github.com/mozilla/gecko-dev.git
Bug 706746 - Don't try to close the Inspector's "Leaving this page" notification bar twice. r=msucan
This commit is contained in:
Родитель
98722f7a14
Коммит
8a3eac2769
|
@ -2220,7 +2220,9 @@ InspectorProgressListener.prototype = {
|
|||
aRequest.resume();
|
||||
aRequest = null;
|
||||
this.IUI.closeInspectorUI();
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}.bind(this),
|
||||
},
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче