зеркало из https://github.com/mozilla/gecko-dev.git
Bug 562640 - Error: view.selection is null when undo close tab of about:config. r=mossop
This commit is contained in:
Родитель
7ef0800e51
Коммит
948cef81e5
|
@ -442,6 +442,10 @@ function onConfigUnload()
|
|||
|
||||
function FilterPrefs()
|
||||
{
|
||||
if (document.getElementById("configDeck").getAttribute("selectedIndex") != 1) {
|
||||
return false;
|
||||
}
|
||||
|
||||
var substring = document.getElementById("textbox").value;
|
||||
// Check for "/regex/[i]"
|
||||
if (substring.charAt(0) == '/') {
|
||||
|
|
Загрузка…
Ссылка в новой задаче