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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user