]> git.wh0rd.org - tt-rss.git/commitdiff
remove notification from viewfeed()
authorAndrew Dolgov <fox@bah.spb.su>
Wed, 7 Sep 2005 14:08:19 +0000 (15:08 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Wed, 7 Sep 2005 14:08:19 +0000 (15:08 +0100)
tt-rss.js

index 25c608518fecb5ff0d50d4b75f689ac5c42afb56..c429738e1ac3da1abc57c49e5911b503a7e96354 100644 (file)
--- 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);