1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 03:25: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

@@ -478,6 +478,8 @@ function qfdDelete(feed_id) {
xmlhttp.open("GET", "backend.php?op=pref-feeds&quiet=1&subop=remove&ids=" + feed_id);
xmlhttp.onreadystatechange=dlg_frefresh_callback;
xmlhttp.send(null);
return false;
}