1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 00:35:56 +00:00

make f a hotkey persistent; obsolete option HIDE_READ_FEEDS

This commit is contained in:
Andrew Dolgov
2010-01-12 11:48:31 +03:00
parent 1e5548db54
commit dbfc952271
3 changed files with 11 additions and 9 deletions

View File

@@ -1505,8 +1505,7 @@ function getInitParam(key) {
return init_params[key];
}
function storeInitParam(key, value) {
debug("<b>storeInitParam is OBSOLETE: " + key + " => " + value + "</b>");
function setInitParam(key, value) {
init_params[key] = value;
}