opera compatibility fixes (2)

This commit is contained in:
Andrew Dolgov
2006-09-29 04:23:14 +01:00
parent 0e9dd1baf7
commit 7bc4f2517f
3 changed files with 6 additions and 3 deletions
+2
View File
@@ -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)