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);