diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2005-09-05 16:49:39 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2005-09-05 16:49:39 +0100 |
| commit | c05608c26e8b65736cc9db0ab3a2ceb08eba85d9 (patch) | |
| tree | f17ee7bb871e4faf1ef6b6ed9d564142430f30c0 /tt-rss.js | |
| parent | 54aa1a411311dc4c7fcbad3ba176f527a4f77290 (diff) | |
notify window close button
Diffstat (limited to 'tt-rss.js')
| -rw-r--r-- | tt-rss.js | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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(""); } |