mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
trying to fix issues with mobile-navigation with sockets
This commit is contained in:
@@ -117,7 +117,7 @@ var Channel = {
|
||||
maxWidth: $(window).width()-241
|
||||
});
|
||||
|
||||
if(socket === undefined || Helper.mobilecheck()){
|
||||
if(socket === undefined){
|
||||
no_socket = false;
|
||||
socket = io.connect(''+add+':8080', connection_options);
|
||||
socket.on('update_required', function(msg) {
|
||||
|
||||
Reference in New Issue
Block a user