summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
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);