summaryrefslogtreecommitdiff
path: root/js/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-21 12:28:25 +0300
committerAndrew Dolgov <[email protected]>2021-02-21 12:28:25 +0300
commit810afdaf5a429468d31b09ae5a7f995dd11568f8 (patch)
tree0b0a7a50046be26a77123c119cb48d3ae21f0ce9 /js/tt-rss.js
parentfb471652c00abec604e07c2383685c0e352c897e (diff)
prevent creation of filter rules matching no feeds
Diffstat (limited to 'js/tt-rss.js')
-rw-r--r--js/tt-rss.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/tt-rss.js b/js/tt-rss.js
index 8d7dd00a6..4a7f2e643 100644
--- a/js/tt-rss.js
+++ b/js/tt-rss.js
@@ -51,6 +51,7 @@ require(["dojo/_base/kernel",
"fox/FeedTree",
"fox/Toolbar",
"fox/SingleUseDialog",
+ "fox/form/ValidationMultiSelect",
"fox/form/ValidationTextArea",
"fox/form/Select",
"fox/form/ComboButton",