mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Trying fix for dead listeners
This commit is contained in:
@@ -151,6 +151,12 @@ $().ready(function(){
|
||||
}
|
||||
});
|
||||
|
||||
socket.on("self_ping", function() {
|
||||
if(chan != undefined && chan.toLowerCase() != "") {
|
||||
socket.emit("self_ping", {channel: chan.toLowerCase()});
|
||||
}
|
||||
});
|
||||
|
||||
setup_no_connection_listener();
|
||||
|
||||
try{
|
||||
|
||||
Reference in New Issue
Block a user