mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Removed code that made dead listeners, and added so admins can now skip. The only admins can skip is now functional
This commit is contained in:
@@ -120,7 +120,7 @@ function vote(id, vote){
|
||||
}
|
||||
|
||||
function skip(){
|
||||
socket.emit('skip', [chan, guid]);
|
||||
socket.emit('skip', [chan, guid, localStorage[chan.toLowerCase()]]);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user