1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 08:05:56 +00:00

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

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)