mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 03:32:06 +00:00
Fix #227
This commit is contained in:
parent
21cda67163
commit
a2fd40dd24
1 changed files with 1 additions and 0 deletions
|
|
@ -283,6 +283,7 @@ $("#qlockbtn").click(function() {
|
|||
|
||||
$("#voteskip").click(function() {
|
||||
socket.emit("voteskip");
|
||||
$("#voteskip").attr("disabled", true);
|
||||
});
|
||||
|
||||
$("#getplaylist").click(function() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue