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