diff --git a/backend.php b/backend.php index a93ca57b..a3460c4f 100644 --- a/backend.php +++ b/backend.php @@ -246,26 +246,6 @@ print ""; -/* print ""; - - print " - - "; - - if ($line["comments"] && $line["comments"] != $line["link"]) { - $comments_prompt = "(Comments)"; - } - - print " - - "; - print " - - "; - print "
Title:".$line["title"]." 
Link:".$line["link"]." $comments_prompt 
" . $line["content"] . "$feed_icon
"; */ - } if ($addheader) { @@ -473,7 +453,7 @@ feedctr.className = 'invisible'; } - p_notify(\"\"); +// p_notify(\"\"); "; diff --git a/feedlist.js b/feedlist.js index 5ea9fffe..d2b49f41 100644 --- a/feedlist.js +++ b/feedlist.js @@ -5,7 +5,7 @@ function viewfeed(feed, skip, subop, doc) { if (!doc) doc = parent.document; - p_notify("Loading headlines..."); +// p_notify("Loading headlines..."); enableHotkeys(); diff --git a/tt-rss.js b/tt-rss.js index 948a0d8d..2015797c 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -157,7 +157,7 @@ function viewCurrentFeed(skip, subop) { function viewfeed(feed, skip, subop) { - notify("Loading headlines..."); +// notify("Loading headlines..."); enableHotkeys(); diff --git a/viewfeed.js b/viewfeed.js index 1fade859..bb4a1dad 100644 --- a/viewfeed.js +++ b/viewfeed.js @@ -25,7 +25,7 @@ if (!xmlhttp_rpc && typeof XMLHttpRequest!='undefined') { function view(id, feed_id) { - p_notify("Loading article..."); +// p_notify("Loading article..."); enableHotkeys();