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

add label_base_index to init params

This commit is contained in:
Andrew Dolgov
2013-03-27 10:27:04 +04:00
parent f822a8e56c
commit 88a41b64a2
2 changed files with 3 additions and 0 deletions

View File

@@ -1339,6 +1339,8 @@ function backend_sanity_check_callback(transport) {
for (k in params) {
var v = params[k];
console.log("IP: " + k + " => " + v);
if (k == "label_base_index") _label_base_index = parseInt(v);
}
}