mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Search func, mobile layout
This commit is contained in:
@@ -117,10 +117,12 @@ function populate_list(msg, conf_only)
|
||||
|
||||
function vote(id, vote){
|
||||
socket.emit('vote', [chan, id, vote, guid, adminpass]);
|
||||
return true;
|
||||
}
|
||||
|
||||
function skip(){
|
||||
socket.emit('skip', [chan, guid]);
|
||||
return true;
|
||||
}
|
||||
|
||||
function refresh_scroll()
|
||||
|
||||
Reference in New Issue
Block a user