]> git.wh0rd.org - tt-rss.git/commitdiff
add dependency on dojo/_base/html
authorAndrew Dolgov <noreply@fakecake.org>
Sat, 21 Jan 2017 18:47:44 +0000 (21:47 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Sat, 21 Jan 2017 18:47:44 +0000 (21:47 +0300)
js/prefs.js
js/tt-rss.js

index fdbb51ec00f9a5592630b7cb665ada884a428a12..7db46ecd79f9b8aade145a870a248153ece69cff 100755 (executable)
@@ -919,6 +919,7 @@ function init() {
                        "dojo/ready",
                        "dojo/parser",
                        "dojo/_base/loader",
+                       "dojo/_base/html",
                        "dijit/ColorPalette",
                        "dijit/Dialog",
                        "dijit/form/Button",
@@ -1808,4 +1809,3 @@ function clearSqlLog() {
        }
 }
 
-
index 068ad0849634a44d297be06c0913002f02ba1616..e57de587e58c17f727ab61987e6e19a87a975482 100644 (file)
@@ -222,6 +222,7 @@ function init() {
                                "dojo/ready",
                                "dojo/parser",
                                "dojo/_base/loader",
+                               "dojo/_base/html",
                                "dijit/ProgressBar",
                                "dijit/ColorPalette",
                                "dijit/Dialog",