]> git.wh0rd.org - tt-rss.git/blobdiff - js/prefs.js
force-enable persist for feedTree
[tt-rss.git] / js / prefs.js
index fdbb51ec00f9a5592630b7cb665ada884a428a12..69e779d4505dfa8ddcc5e14b143a03c8cc9a0579 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,7 @@ function clearSqlLog() {
        }
 }
 
+function updateSelectedPrompt() {
+       // no-op shim for toggleSelectedRow()
+}