upd: vue.container.emergency (fix)

This commit is contained in:
xdrm-brackets 2017-12-07 20:03:51 +01:00
parent 629df98a36
commit f4c59b11a6
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ export default {
ws_emergency.send(JSON.stringify({message: msg, location: [1.1, 2.2]}));
/* (3) Add loader */
gstore.data.msg_pending.inbox = true;
gstore.data.msg_pending.emergency = true;
/* (4) Empty input */
this.gstore.new_msg.emergency = '';