disable pref field validation for now, broken in IE

This commit is contained in:
Andrew Dolgov 2006-08-20 15:36:45 +01:00
parent 52db9978a7
commit 9ee3ac5978

View file

@ -730,7 +730,7 @@ function labelEditSave() {
return return
} }
if (!is_opera()) { /* if (!is_opera()) {
var sql_exp = document.forms["label_edit_form"].sql_exp.value; var sql_exp = document.forms["label_edit_form"].sql_exp.value;
var description = document.forms["label_edit_form"].description.value; var description = document.forms["label_edit_form"].description.value;
@ -744,7 +744,7 @@ function labelEditSave() {
alert("Caption field cannot be blank."); alert("Caption field cannot be blank.");
return false; return false;
} }
} } */
closeInfoBox(); closeInfoBox();
@ -796,14 +796,14 @@ function filterEditSave() {
return return
} }
if (!is_opera()) { /* if (!is_opera()) {
var reg_exp = document.forms["filter_edit_form"].reg_exp.value; var reg_exp = document.forms["filter_edit_form"].reg_exp.value;
if (reg_exp.length == 0) { if (reg_exp.length == 0) {
alert("Filter expression field cannot be blank."); alert("Filter expression field cannot be blank.");
return; return;
} }
} } */
notify("Saving filter..."); notify("Saving filter...");