This commit is contained in:
mgalli%geckonnection.com 2005-10-20 23:28:01 +00:00
Родитель 111b754031
Коммит a535d8e3d2
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -227,6 +227,8 @@ function PrefOkay() {
if(transValidator!="") {
prefSETValue=eval(transValidator);
} else {
prefSETValue=elRef.value;
}
if (gPref.getPrefType(prefName) == gPref.PREF_STRING){