mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 22:35:57 +00:00
disable pref field validation for now, broken in IE
This commit is contained in:
8
prefs.js
8
prefs.js
@@ -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...");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user