1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 23:55:56 +00:00

properly validate feed editor dialog

This commit is contained in:
Andrew Dolgov
2021-02-19 06:51:15 +03:00
parent d57e7eaa98
commit dcfea9baac
2 changed files with 3 additions and 1 deletions

View File

@@ -425,7 +425,9 @@ const CommonDialogs = {
Feeds.reload();
});
return true;
}
return false;
},
content: __("Loading, please wait...")
});