summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/prefs.js b/prefs.js
index 2dd9761e3..668f9ce47 100644
--- a/prefs.js
+++ b/prefs.js
@@ -734,12 +734,12 @@ function labelEditSave() {
if (sql_exp.length == 0) {
alert("SQL Expression cannot be blank.");
- return;
+ return false;
}
if (description.length == 0) {
alert("Caption field cannot be blank.");
- return;
+ return false;
}
closeInfoBox();