mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 22:31:29 +00:00
frontend: display loading prompt when opening edit feed dialog
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user