From 4ad471412f7728249d49105db8e54d8c7ff13384 Mon Sep 17 00:00:00 2001 From: hanss314 <24215006+hanss314@users.noreply.github.com> Date: Sun, 14 Jan 2018 17:08:41 -0800 Subject: [PATCH] Hopefully mobile support --- website/templates/queue.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/templates/queue.html b/website/templates/queue.html index 3259a3e..231d241 100644 --- a/website/templates/queue.html +++ b/website/templates/queue.html @@ -96,7 +96,7 @@ ''; $('#container').append(card); } - $('.skip-button').click(function(){ + $('.skip-button').on('vclick', function(){ console.log('Skipping'); skip($(this).parent().attr('title')); });