summaryrefslogtreecommitdiff
path: root/js/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-02-13 23:36:58 +0300
committerAndrew Dolgov <[email protected]>2017-02-13 23:36:58 +0300
commit51614600487bea4f85c78240c6506ff936956f15 (patch)
tree77d51d5f55fabc9843a8d8ae439170ad81672f00 /js/tt-rss.js
parent3eec1de3937cd079e1190edad88f1b041f98e2b8 (diff)
bind headlines menu to a selector to avoid remaking it unnecessarily
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 4ed89d4b2..f481d39a3 100644
--- a/js/tt-rss.js
+++ b/js/tt-rss.js
@@ -226,6 +226,7 @@ function init() {
"dojo/parser",
"dojo/_base/loader",
"dojo/_base/html",
+ "dojo/query",
"dijit/ProgressBar",
"dijit/ColorPalette",
"dijit/Dialog",