summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 3336dda68..9e7f22ec8 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -463,6 +463,8 @@ function view(id, feed_id, skip_history) {
article_callback2(transport, id, feed_id);
} });
+ return false;
+
} catch (e) {
exception_error("view", e);
}