summaryrefslogtreecommitdiff
path: root/js/PrefFilterTree.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-08 17:01:30 +0300
committerAndrew Dolgov <[email protected]>2018-12-08 17:01:30 +0300
commitf3737c0b24b2e57b8ff88b29d8cbca5bc9864df8 (patch)
tree6a11115727e2061b389cc0720d274091f205f8b2 /js/PrefFilterTree.js
parentb08ce13825089370783f4b1fc0ae3256b73b4ccb (diff)
update_rss_feed: add log message if article is filtered out
combine filters: fix crash on missing global function
Diffstat (limited to 'js/PrefFilterTree.js')
-rw-r--r--js/PrefFilterTree.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/PrefFilterTree.js b/js/PrefFilterTree.js
index 7f29566a6..0a8a2aa43 100644
--- a/js/PrefFilterTree.js
+++ b/js/PrefFilterTree.js
@@ -101,7 +101,7 @@ define(["dojo/_base/declare", "dojo/dom-construct", "lib/CheckBoxTree"], functio
});
},
joinSelectedFilters: function() {
- const rows = getSelectedFilters();
+ const rows = this.getSelectedFilters();
if (rows.length == 0) {
alert(__("No filters selected."));