summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-07-25 11:47:51 +0100
committerAndrew Dolgov <[email protected]>2006-07-25 11:47:51 +0100
commit90ac84dff8028b5bb499510f8620ebe5ca2a15af (patch)
treef7e596df0828fc5ebfaaecbe0c30abc1d449a334 /functions.js
parent48c6406b573675ae35e597920a229924163c7d04 (diff)
submit behaviour fixes for opera
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 6473e8698..853f36e19 100644
--- a/functions.js
+++ b/functions.js
@@ -1134,6 +1134,7 @@ function closeInfoBox(cleanup) {
enableHotkeys();
+ return false;
}
@@ -1153,6 +1154,7 @@ function displayDlg(id, param) {
disableHotkeys();
+ return false;
}
function infobox_submit_callback() {