upd: vue.container.emergency (fix 2)

This commit is contained in:
xdrm-brackets 2017-12-07 20:04:14 +01:00
parent f4c59b11a6
commit 978d920fec
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ export default {
return; return;
/* (2) Send message to WebSocket */ /* (2) Send message to WebSocket */
ws_emergency.send(JSON.stringify({message: msg, location: [1.1, 2.2]})); wsc_emergency.send(JSON.stringify({message: msg, location: [1.1, 2.2]}));
/* (3) Add loader */ /* (3) Add loader */
gstore.data.msg_pending.emergency = true; gstore.data.msg_pending.emergency = true;