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:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user