1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +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
+2
View File
@@ -425,7 +425,9 @@ const CommonDialogs = {
Feeds.reload();
});
return true;
}
return false;
},
content: __("Loading, please wait...")
});