summaryrefslogtreecommitdiff
path: root/js/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-11-30 10:48:50 +0300
committerAndrew Dolgov <[email protected]>2018-11-30 10:48:50 +0300
commitef129fed2af2c756d25bb532a37fec1bf3888e1d (patch)
treed51326f8b4ba6a2aa63468c3eff1bd5f72c2bf34 /js/functions.js
parentfc0a3050ebc772401aaef2f97d4bbbf326769a3c (diff)
some more xhrPost refactoring (batchEditSave WIP)
Diffstat (limited to 'js/functions.js')
-rwxr-xr-xjs/functions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/functions.js b/js/functions.js
index dd7047705..100da5f85 100755
--- a/js/functions.js
+++ b/js/functions.js
@@ -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]);
}