diff --git a/views/episodes.tpl b/views/episodes.tpl index c0e9d3364..6e22f0389 100644 --- a/views/episodes.tpl +++ b/views/episodes.tpl @@ -317,7 +317,7 @@ }); }) - $('a, i:not(.dropdown)').click(function(){ + $('a, .menu .item, button:not(#config, .cancel)').click(function(){ $('#loader').addClass('active'); })