зеркало из https://github.com/mozilla/pjs.git
bug 119812, js error in cookie manager dialog, r=sgehani, sr=alecf
This commit is contained in:
Родитель
b434151a98
Коммит
cfa42c9421
|
@ -237,6 +237,13 @@ function CookieSelected() {
|
|||
}
|
||||
|
||||
var idx = selections[0];
|
||||
if (idx >= cookies.length) {
|
||||
// Something got out of synch. See bug 119812 for details
|
||||
dump("Outliner and viewer state are out of sync! " +
|
||||
"Help us figure out the problem in bug 119812");
|
||||
return;
|
||||
}
|
||||
|
||||
var props = [
|
||||
{id: "ifl_name", value: cookies[idx].name},
|
||||
{id: "ifl_value", value: cookies[idx].value},
|
||||
|
|
Загрузка…
Ссылка в новой задаче