summaryrefslogtreecommitdiff
path: root/tt-rss.js
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 /tt-rss.js
parent0e9dd1baf733dee2408108f560a7af9acbf93506 (diff)
opera compatibility fixes (2)
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 87b5be1be..c85dd09fd 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -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;
}