Add voteskip button, fix bugs
This commit is contained in:
parent
b60981c8d8
commit
dc5c6801ed
6 changed files with 37 additions and 18 deletions
|
|
@ -215,6 +215,10 @@ $("#qlockbtn").click(function() {
|
|||
socket.emit("togglePlaylistLock");
|
||||
});
|
||||
|
||||
$("#voteskip").click(function() {
|
||||
socket.emit("voteskip");
|
||||
});
|
||||
|
||||
$("#getplaylist").click(function() {
|
||||
var callback = function(data) {
|
||||
PLAYER.hide();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue