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

Commit

Permalink
Hopefully mobile support
Browse files Browse the repository at this point in the history
  • Loading branch information
hanss314 committed Jan 15, 2018
1 parent d3ed0dd commit 4ad4714
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').click(function(){
$('.skip-button').on('vclick', function(){
console.log('Skipping');
skip($(this).parent().attr('title'));
});
Expand Down

0 comments on commit 4ad4714

Please sign in to comment.