1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-11 08:05:56 +00:00

make sure notification is closed when saving/creating filter

This commit is contained in:
Andrew Dolgov
2022-01-25 22:39:18 +03:00
parent c57ebf2c10
commit 478c9b64a9

View File

@@ -398,6 +398,8 @@ const Filters = {
xhr.post("backend.php", this.attr('value'), () => {
dialog.hide();
Notify.close();
const tree = dijit.byId("filterTree");
if (tree) tree.reload();
});