aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src
diff options
context:
space:
mode:
Diffstat (limited to 'juick-www/src')
-rw-r--r--juick-www/src/main/assets/scripts.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/juick-www/src/main/assets/scripts.js b/juick-www/src/main/assets/scripts.js
index d168911a..fdc61e5a 100644
--- a/juick-www/src/main/assets/scripts.js
+++ b/juick-www/src/main/assets/scripts.js
@@ -165,6 +165,9 @@ function initWS() {
try {
var jsonMsg = JSON.parse(msg.data);
console.log('data: ' + msg.data);
+ if (msg.data.service) {
+ return;
+ }
wsIncomingReply(jsonMsg);
} catch (err) {
console.log(err);