summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-10-07 16:40:05 +0400
committerAndrew Dolgov <[email protected]>2009-10-07 16:40:05 +0400
commit219f57fd26a7f0184890fb123f6f7d22e26edc9d (patch)
tree9c5983b9b48016fc1eb97eed15de1f93a285e9ba /tt-rss.js
parentde85cac2d61c1ee9f6299cfea0b5766404289366 (diff)
frontend: display loading prompt when opening edit feed dialog
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tt-rss.js b/tt-rss.js
index c185ea37c..cb008c10e 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -872,6 +872,8 @@ function editFeedDlg(feed) {
disableHotkeys();
+ notify_progress("Loading, please wait...", true);
+
new Ajax.Request(query, {
onComplete: function(transport) {
infobox_callback2(transport);