Merge pull request #229 from nuclearace/patch-1

Fix #227
This commit is contained in:
Calvin Montgomery 2013-07-24 15:10:14 -07:00
commit c7aac027dd
1 changed files with 1 additions and 0 deletions

View File

@ -283,6 +283,7 @@ $("#qlockbtn").click(function() {
$("#voteskip").click(function() {
socket.emit("voteskip");
$("#voteskip").attr("disabled", true);
});
$("#getplaylist").click(function() {