summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-07 15:08:19 +0100
committerAndrew Dolgov <[email protected]>2005-09-07 15:08:19 +0100
commitcaa486f838635bb5b7379dd112ddd00ae11cc481 (patch)
tree66b8bd1660ad55100f211b48ba64d12228c12b03 /tt-rss.js
parentdeaaa02c504a685ea383b203e1432fadd01d1a27 (diff)
remove notification from viewfeed()
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 25c608518..c429738e1 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -159,7 +159,7 @@ function viewCurrentFeed(skip, subop) {
function viewfeed(feed, skip, subop) {
- notify("Loading headlines...");
+// notify("Loading headlines...");
enableHotkeys();
@@ -201,7 +201,7 @@ function viewfeed(feed, skip, subop) {
f_doc.getElementById("ACTFEEDID").innerHTML = feed;
setCookie("ttrss_vf_actfeed", feed);
-
+
if (subop == "MarkAllRead") {
var feedr = f_doc.getElementById("FEEDR-" + feed);