Offline Settings > KB value not be stored for 'Compact folders if it will save over ....'
This commit is contained in:
scott%scott-macgregor.org 2004-05-31 16:26:59 +00:00
Родитель c6040dda01
Коммит bf8e34394b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -83,7 +83,7 @@
else if (eltType == "checkbox")
pref.setBoolPref(element.getAttribute("prefstring"), element.checked);
else if (eltType == "textbox")
pref.setIntPref(element.getAttribute("prefstring"), parseInt(element.getAttribute("value")) );
pref.setIntPref(element.getAttribute("prefstring"), parseInt(element.value) );
}
}
]]>