mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 13:51:29 +00:00
opera possible fix for labelTest
This commit is contained in:
@@ -2281,7 +2281,7 @@
|
|||||||
|
|
||||||
print "<div align='right'>";
|
print "<div align='right'>";
|
||||||
|
|
||||||
print "<input type=\"submit\" onclick=\"labelTest()\" value=\"Test\">
|
print "<input type=\"submit\" onclick=\"return labelTest()\" value=\"Test\">
|
||||||
";
|
";
|
||||||
|
|
||||||
print "<input type=\"submit\"
|
print "<input type=\"submit\"
|
||||||
|
|||||||
4
prefs.js
4
prefs.js
@@ -734,12 +734,12 @@ function labelEditSave() {
|
|||||||
|
|
||||||
if (sql_exp.length == 0) {
|
if (sql_exp.length == 0) {
|
||||||
alert("SQL Expression cannot be blank.");
|
alert("SQL Expression cannot be blank.");
|
||||||
return;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (description.length == 0) {
|
if (description.length == 0) {
|
||||||
alert("Caption field cannot be blank.");
|
alert("Caption field cannot be blank.");
|
||||||
return;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
closeInfoBox();
|
closeInfoBox();
|
||||||
|
|||||||
Reference in New Issue
Block a user