]> git.wh0rd.org - tt-rss.git/commitdiff
editFeedCats: show progress message
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 30 Sep 2010 14:30:15 +0000 (18:30 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 30 Sep 2010 14:30:15 +0000 (18:30 +0400)
prefs.js

index 83621b6d418b2ea88bbf47f881bf68a6bcfdc64b..9fce9059b7ddac005aa471a11dd9ef1d79581211 100644 (file)
--- a/prefs.js
+++ b/prefs.js
@@ -1479,6 +1479,8 @@ function editFeedCats() {
        try {
                var query = "?op=pref-feeds&subop=editCats";
 
+               notify_progress("Loading, please wait...");
+
                new Ajax.Request("backend.php", {
                        parameters: query,
                        onComplete: function(transport) {