зеркало из https://github.com/mozilla/pjs.git
Bug #244209 --> Offline Settings > KB value not be stored for 'Compact folders if size is over..."
This commit is contained in:
Родитель
7fca4b5cdc
Коммит
8f57e2bba9
|
@ -83,7 +83,7 @@
|
|||
pref.setIntPref(element.getAttribute("prefstring"), parseInt(element.value));
|
||||
else if (eltType == "checkbox")
|
||||
pref.setBoolPref(element.getAttribute("prefstring"), element.checked);
|
||||
else if (eltType == "textbox" && element.preftype == "int")
|
||||
else if (eltType == "textbox" && element.getAttribute("preftype") == "int")
|
||||
pref.setIntPref(element.getAttribute("prefstring"), parseInt(element.getAttribute("value")) );
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче