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 +