summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-05 16:49:39 +0100
committerAndrew Dolgov <[email protected]>2005-09-05 16:49:39 +0100
commitc05608c26e8b65736cc9db0ab3a2ceb08eba85d9 (patch)
treef17ee7bb871e4faf1ef6b6ed9d564142430f30c0 /tt-rss.js
parent54aa1a411311dc4c7fcbad3ba176f527a4f77290 (diff)
notify window close button
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/tt-rss.js b/tt-rss.js
index b2adeb1ce..37150ba7a 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -209,6 +209,8 @@ function viewCurrentFeed(skip, subop) {
function viewfeed(feed, skip, subop) {
+// notify("Loading headlines...");
+
enableHotkeys();
var searchbox = document.getElementById("searchbox");
@@ -290,7 +292,7 @@ function viewfeed(feed, skip, subop) {
ftitle_d.innerHTML = ftitle_s.innerHTML;
- notify("");
+// notify("");
}