1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 08:35:57 +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();
notify_progress("Loading, please wait...", true);
new Ajax.Request(query, {
onComplete: function(transport) {
infobox_callback2(transport);