]> git.wh0rd.org - tt-rss.git/blobdiff - functions.js
hideOrShowFeedList: fix
[tt-rss.git] / functions.js
index b26f75fd8a1ebd7d719d6ce952a4592d6c2e1705..cbc82a6a9069b43a6188ee5df67cf048d21a47de 100644 (file)
@@ -1525,6 +1525,7 @@ function getInitParam(key) {
 
 function storeInitParam(key, value) {
        debug("<b>storeInitParam is OBSOLETE: " + key + " => " + value + "</b>");
+       init_params[key] = value;
 }
 
 function fatalError(code, message) {