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
1 changed files with 4 additions and 4 deletions

View File

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