diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2006-09-29 04:23:14 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2006-09-29 04:23:14 +0100 |
| commit | 7bc4f2517f6bf771ed937f37df73689867dbac98 (patch) | |
| tree | b5efbcc59187bb8ff21147c5c5c55f8f3a8ec30f /functions.js | |
| parent | 0e9dd1baf733dee2408108f560a7af9acbf93506 (diff) | |
opera compatibility fixes (2)
Diffstat (limited to 'functions.js')
| -rw-r--r-- | functions.js | 2 |
1 files changed, 2 insertions, 0 deletions
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) |