summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-09-29 04:23:14 +0100
committerAndrew Dolgov <[email protected]>2006-09-29 04:23:14 +0100
commit7bc4f2517f6bf771ed937f37df73689867dbac98 (patch)
treeb5efbcc59187bb8ff21147c5c5c55f8f3a8ec30f /backend.php
parent0e9dd1baf733dee2408108f560a7af9acbf93506 (diff)
opera compatibility fixes (2)
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/backend.php b/backend.php
index 75891208d..656d88dfa 100644
--- a/backend.php
+++ b/backend.php
@@ -2688,11 +2688,10 @@
print "<div align='right'>
<input class=\"button\"
id=\"fadd_submit_btn\" disabled=\"true\"
- type=\"submit\" onclick=\"javascript:qafAdd()\" value=\"Subscribe\">
+ type=\"submit\" onclick=\"return qafAdd()\" value=\"Subscribe\">
<input class=\"button\"
- type=\"submit\" onclick=\"javascript:closeInfoBox()\"
+ type=\"submit\" onclick=\"return closeInfoBox()\"
value=\"Cancel\"></div>";
-
}
if ($id == "search") {