added message notification
This commit is contained in:
parent
ab81fb08b0
commit
a0001a015a
1 changed files with 2 additions and 1 deletions
|
|
@ -174,6 +174,7 @@
|
||||||
this.connection.addEventListener('open', function (event) {
|
this.connection.addEventListener('open', function (event) {
|
||||||
this.connection.send('')
|
this.connection.send('')
|
||||||
})
|
})
|
||||||
|
var showNotif = this.showNotif
|
||||||
|
|
||||||
this.connection.addEventListener('message', function (event) {
|
this.connection.addEventListener('message', function (event) {
|
||||||
res = event.data.split('-')
|
res = event.data.split('-')
|
||||||
|
|
@ -241,7 +242,7 @@
|
||||||
}
|
}
|
||||||
console.log(res[2])
|
console.log(res[2])
|
||||||
if (res[2] != 'none') {
|
if (res[2] != 'none') {
|
||||||
this.showNotif(res[2])
|
showNotif(res[2])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue