summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-12 11:48:31 +0300
committerAndrew Dolgov <[email protected]>2010-01-12 11:48:31 +0300
commitdbfc952271bef1332dc49b528379295781e918b8 (patch)
tree0aff0e83a91e9b6f6af477071ca2d105d87f6388 /functions.js
parent1e5548db5423d9dae79ee0c607392f3838ca7e6d (diff)
make f a hotkey persistent; obsolete option HIDE_READ_FEEDS
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/functions.js b/functions.js
index 5228995cd..8335f7e6e 100644
--- a/functions.js
+++ b/functions.js
@@ -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;
}