]> git.wh0rd.org - tt-rss.git/commitdiff
add loading... prompt to dispSwitch handler
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 3 Oct 2006 02:57:40 +0000 (03:57 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 3 Oct 2006 02:57:40 +0000 (03:57 +0100)
tt-rss.js

index 0e3ddb797d362e818b202f60268b59f92ebbf0a8..9af28cb7e25f0f556b0e2496cf9c3ad3f22e417e 100644 (file)
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -31,6 +31,8 @@ function toggleTags() {
                p.innerHTML = "display tags";
        }
        
+       notify("Loading, please wait...");
+
        updateFeedList();
 }