From 51614600487bea4f85c78240c6506ff936956f15 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 13 Feb 2017 23:36:58 +0300 Subject: bind headlines menu to a selector to avoid remaking it unnecessarily --- 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 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", -- cgit v1.2.3-54-g00ecf