remove notification from viewfeed()
This commit is contained in:
parent
deaaa02c50
commit
caa486f838
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue