Fix #227
This commit is contained in:
parent
21cda67163
commit
a2fd40dd24
|
@ -283,6 +283,7 @@ $("#qlockbtn").click(function() {
|
|||
|
||||
$("#voteskip").click(function() {
|
||||
socket.emit("voteskip");
|
||||
$("#voteskip").attr("disabled", true);
|
||||
});
|
||||
|
||||
$("#getplaylist").click(function() {
|
||||
|
|
Loading…
Reference in a new issue