Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
nvm, that should work
Browse files Browse the repository at this point in the history
  • Loading branch information
hanss314 committed Jan 15, 2018
1 parent 4ad4714 commit dbd18a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/templates/queue.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
'</div>';
$('#container').append(card);
}
$('.skip-button').on('vclick', function(){
$('.skip-button').on('click tap', function(){
console.log('Skipping');
skip($(this).parent().attr('title'));
});
Expand Down

0 comments on commit dbd18a4

Please sign in to comment.