From c14b5566663e59d56043c7b580f0fad6d9b11cc7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 20 May 2006 13:09:33 +0100 Subject: fix unneeded submit of create filter form --- functions.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'functions.js') 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) { -- cgit v1.2.3-54-g00ecf