Search func, mobile layout

This commit is contained in:
Nicolas A. Tonne
2015-04-22 12:40:03 +02:00
parent da4b56c926
commit 223c3566cf
8 changed files with 58 additions and 14 deletions

View File

@@ -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()