From 267bcee32ce65e853372305e399091cd74c3fbfc Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 2 Jul 2017 22:50:44 +0300 Subject: quickAddFeed: fix legacy feed_id type being passed to newrule --- js/tt-rss.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/tt-rss.js') diff --git a/js/tt-rss.js b/js/tt-rss.js index c51e25db5..1872ad1ab 100644 --- a/js/tt-rss.js +++ b/js/tt-rss.js @@ -228,6 +228,7 @@ function init() { "dijit/form/Form", "dijit/form/RadioButton", "dijit/form/Select", + "dijit/form/MultiSelect", "dijit/form/SimpleTextarea", "dijit/form/TextBox", "dijit/form/ComboBox", -- cgit v1.2.3