From 67cbaf66d2895a924faac9544750da8deb8839f3 Mon Sep 17 00:00:00 2001 From: Tony Moutaux Date: Sun, 15 Apr 2018 07:35:35 +0200 Subject: [PATCH] Update episode.tpl Remove annoying "Loading..." when not needed on episodes page --- views/episodes.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/episodes.tpl b/views/episodes.tpl index 410fcf196..c0e9d3364 100644 --- a/views/episodes.tpl +++ b/views/episodes.tpl @@ -317,7 +317,7 @@ }); }) - $('a, i').click(function(){ + $('a, i:not(.dropdown)').click(function(){ $('#loader').addClass('active'); }) @@ -347,4 +347,4 @@ $('.small.modal').modal('show'); }) - \ No newline at end of file +