remove notification from viewfeed()

This commit is contained in:
Andrew Dolgov 2005-09-07 15:08:19 +01:00
parent deaaa02c50
commit caa486f838
1 changed files with 2 additions and 2 deletions

View File

@ -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);