1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 20:41:28 +00:00

frontend: display loading prompt when opening edit feed dialog

This commit is contained in:
Andrew Dolgov
2009-10-07 16:40:05 +04:00
parent de85cac2d6
commit 219f57fd26

View File

@@ -872,6 +872,8 @@ function editFeedDlg(feed) {
disableHotkeys(); disableHotkeys();
notify_progress("Loading, please wait...", true);
new Ajax.Request(query, { new Ajax.Request(query, {
onComplete: function(transport) { onComplete: function(transport) {
infobox_callback2(transport); infobox_callback2(transport);