websocket init
This commit is contained in:
@ -33,6 +33,8 @@ function ModalLoad(idmodal,title,path) {
|
||||
}
|
||||
|
||||
{% if wssuse %}
|
||||
console.log("pouet");
|
||||
|
||||
function subscribe(channeltype,channelkey,userkey) {
|
||||
console.log("== SUBSCRIBE "+channeltype+"-"+channelkey+" with userkey "+userkey);
|
||||
conn.send(JSON.stringify({
|
||||
|
Reference in New Issue
Block a user