summaryrefslogtreecommitdiff
path: root/js/functions.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/functions.js')
-rwxr-xr-xjs/functions.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/functions.js b/js/functions.js
index 673e0e8f1..3a9a26f9b 100755
--- a/js/functions.js
+++ b/js/functions.js
@@ -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();