From: Andrew Dolgov Date: Wed, 7 Sep 2005 14:08:19 +0000 (+0100) Subject: remove notification from viewfeed() X-Git-Tag: 1.0.3~3 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=caa486f838635bb5b7379dd112ddd00ae11cc481;p=tt-rss.git remove notification from viewfeed() --- diff --git a/tt-rss.js b/tt-rss.js index 25c60851..c429738e 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);