opera compatibility fixes (2)
This commit is contained in:
parent
0e9dd1baf7
commit
7bc4f2517f
|
@ -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") {
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue