summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-12-20 07:56:16 +0300
committerAndrew Dolgov <[email protected]>2021-12-20 07:56:16 +0300
commit40b2356be212cfee1d68784714672b7c00114e2d (patch)
tree17bd57beddaedc5fe00acbc353835e55b9ccd1aa /js
parent92747b1d2159e2097c11273456079e71f5b788b8 (diff)
filters:
* add filter action to ignore feed-provided tags * simplify handling of various filter-provided tags * bump schema to 146
Diffstat (limited to 'js')
-rw-r--r--js/CommonFilters.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/CommonFilters.js b/js/CommonFilters.js
index 8a20480f0..434ee72c7 100644
--- a/js/CommonFilters.js
+++ b/js/CommonFilters.js
@@ -16,7 +16,8 @@ const Filters = {
ACTION_SCORE: 6,
ACTION_LABEL: 7,
ACTION_PLUGIN: 9,
- PARAM_ACTIONS: [4, 6, 7, 9],
+ ACTION_REMOVE_TAG: 10,
+ PARAM_ACTIONS: [4, 6, 7, 9, 10],
filter_info: {},
test: function() {
const test_dialog = new fox.SingleUseDialog({