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

some more xhrPost refactoring (batchEditSave WIP)

This commit is contained in:
Andrew Dolgov
2018-11-30 10:48:50 +03:00
parent fc0a3050eb
commit ef129fed2a
3 changed files with 119 additions and 247 deletions

View File

@@ -1087,7 +1087,7 @@ function backend_sanity_check_callback(transport) {
console.log('reading init-params...');
for (const k in params) {
console.log("IP: " + k + " => " + JSON.stringify(params[k]));
console.log("IP:", k, "=>", params[k]);
if (k == "label_base_index") _label_base_index = parseInt(params[k]);
}