mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 16:45:55 +00:00
make sure notification is closed when saving/creating filter
This commit is contained in:
@@ -398,6 +398,8 @@ const Filters = {
|
|||||||
xhr.post("backend.php", this.attr('value'), () => {
|
xhr.post("backend.php", this.attr('value'), () => {
|
||||||
dialog.hide();
|
dialog.hide();
|
||||||
|
|
||||||
|
Notify.close();
|
||||||
|
|
||||||
const tree = dijit.byId("filterTree");
|
const tree = dijit.byId("filterTree");
|
||||||
if (tree) tree.reload();
|
if (tree) tree.reload();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user