Bug 562640 - Error: view.selection is null when undo close tab of about:config. r=mossop

This commit is contained in:
Johan Charlez 2012-05-04 22:46:35 -04:00
Родитель 7ef0800e51
Коммит 948cef81e5
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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) == '/') {