mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed placing of toggle in settings
This commit is contained in:
@@ -545,7 +545,7 @@ io.on('connection', function(socket){
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
socket.on('reconnect_failed', function()
|
||||
{
|
||||
if(in_list)
|
||||
@@ -563,7 +563,7 @@ io.on('connection', function(socket){
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
socket.on('connect_timeout', function()
|
||||
{
|
||||
if(in_list)
|
||||
|
||||
Reference in New Issue
Block a user