summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js')
-rw-r--r--www/js/importer.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/importer.js b/www/js/importer.js
index 96c7dac..6803921 100644
--- a/www/js/importer.js
+++ b/www/js/importer.js
@@ -63,10 +63,10 @@ Rdxport.Importer.prototype.initWebSocket = function() {
LOGIN_NAME: importer.username,
PASSWORD: importer.token,
TIMEOUT: 200,
- REFERENCE_ID: 999,
+ REFERENCE_ID: "999",
SHOW_ID: 10000,
CLEAR_SHOW_CARTS: true,
- SOURCE_URI: 'archiv://2016/03/31/05/00'
+ SOURCE_URI: 'archiv://2016/03/31/05'
};
console.log(sendOptions);
this.send(JSON.stringify(sendOptions));