summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-20 13:09:33 +0100
committerAndrew Dolgov <[email protected]>2006-05-20 13:09:33 +0100
commitc14b5566663e59d56043c7b580f0fad6d9b11cc7 (patch)
tree0ec1bfbcbdcefb9e3318f4c5abd86b8ff62361b4 /functions.js
parent5a4ef316b747640380f54fa7fa7a3d6edfd1c686 (diff)
fix unneeded submit of create filter form
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.js b/functions.js
index 627eb287a..683d80077 100644
--- a/functions.js
+++ b/functions.js
@@ -969,6 +969,7 @@ function closeInfoBox() {
}
enableHotkeys();
+
}
@@ -1032,6 +1033,7 @@ function qaddFilter() {
xmlhttp.onreadystatechange=infobox_submit_callback;
xmlhttp.send(null);
+ return true;
}
function toggleSubmitNotEmpty(e, submit_id) {