зеркало из https://github.com/mozilla/pjs.git
Bug 363422 Fix confirmEx parameters (broken "delete all cookies" button)
r=neil
This commit is contained in:
Родитель
e9f949cea0
Коммит
53ea1844d1
|
@ -357,7 +357,7 @@ function DeleteAllCookies() {
|
|||
(promptservice.BUTTON_TITLE_CANCEL * promptservice.BUTTON_POS_1) +
|
||||
promptservice.BUTTON_POS_1_DEFAULT)
|
||||
var yes = cookieBundle.getString("deleteAllCookiesYes");
|
||||
if (promptservice.confirmEx(window, title, msg, flags, yes, null, null, {value:0}) == 1)
|
||||
if (promptservice.confirmEx(window, title, msg, flags, yes, null, null, null, {value:0}) == 1)
|
||||
return;
|
||||
|
||||
ClearCookieProperties();
|
||||
|
|
Загрузка…
Ссылка в новой задаче