mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed the remote, and removed materializecss stupid slider that struggles with click events
This commit is contained in:
@@ -24,7 +24,6 @@ process.on('uncaughtException', function(e){
|
||||
})
|
||||
|
||||
io.on('connection', function(socket){
|
||||
|
||||
socket.emit("get_list");
|
||||
|
||||
var guid = hash_pass(socket.handshake.headers["user-agent"] + socket.handshake.address + socket.handshake.headers["accept-language"]).substring(0,8);
|
||||
|
||||
Reference in New Issue
Block a user