Font awesome
This commit is contained in:
parent
a407914a1d
commit
c9678d3ead
|
|
@ -719,6 +719,10 @@ $(document).ready(function(){
|
|||
const mainwebsocket = new WebSocket(ws_string+window.location.host+"/ws/")
|
||||
|
||||
mainwebsocket.onmessage = function(e) {
|
||||
|
||||
console.log(e);
|
||||
|
||||
|
||||
if(e["data"] != "presence_update")
|
||||
{
|
||||
//HANDLER FOR ALL PUSHNOTIFICATIONS
|
||||
|
|
|
|||
Loading…
Reference in New Issue