From fa7b9332640aa829aa1d0c15399e1c1b8228a444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Fri, 27 Oct 2017 11:48:48 -0400 Subject: [PATCH] Test --- views/series.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/series.tpl b/views/series.tpl index 0e5b3ce9f..717f52173 100644 --- a/views/series.tpl +++ b/views/series.tpl @@ -191,7 +191,8 @@ $('table').tablesort(); - $('a, button:not(.cancel)').bind('click touchend', function(){ + $('a, button:not(.cancel)').bind('click touchend', function(e){ + e.preventDefault(); $('#loader').addClass('active'); })