1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 12:05:57 +00:00

prefs: more of the same, really

This commit is contained in:
Andrew Dolgov
2018-12-02 16:29:00 +03:00
parent b9869dbc01
commit 3a6dae9203
5 changed files with 38 additions and 38 deletions

View File

@@ -739,7 +739,7 @@ const CommonDialogs = {
if (callback) {
callback(transport);
} else if (App.isPrefs()) {
updateLabelList();
dijit.byId("labelTree").reload();
} else {
Feeds.reload();
}
@@ -1442,7 +1442,7 @@ const Filters = {
xhrPost("backend.php", query, () => {
if (App.isPrefs()) {
updateFilterList();
dijit.byId("filterTree").reload();
}
dialog.hide();