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
1 changed files with 2 additions and 0 deletions

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