diff options
author | Peter Grassberger <petertheone@gmail.com> | 2016-04-13 16:28:02 (GMT) |
---|---|---|
committer | Peter Grassberger <petertheone@gmail.com> | 2016-04-13 16:28:02 (GMT) |
commit | 7eed6d7aa3bb7b0ee22fa3cf310976cfbeaf46b8 (patch) | |
tree | 28c32b54fe0776430d7b2c4cd41084641f24d97f /www | |
parent | f417e58d71ee256b42a59f4ffa8fe21389e73af3 (diff) |
fix websocket archiv source format
Diffstat (limited to 'www')
-rw-r--r-- | www/js/importer.js | 4 |
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)); |