From 7bc4f2517f6bf771ed937f37df73689867dbac98 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 29 Sep 2006 04:23:14 +0100 Subject: opera compatibility fixes (2) --- functions.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'functions.js') diff --git a/functions.js b/functions.js index 76a443d9d..2f7774b90 100644 --- a/functions.js +++ b/functions.js @@ -1268,6 +1268,8 @@ function qafAdd() { xmlhttp.open("GET", "backend.php?" + query, true); xmlhttp.onreadystatechange=dlg_frefresh_callback; xmlhttp.send(null); + + return false; } function filterCR(e) -- cgit v1.2.3-54-g00ecf