diff --git a/views/episodes.tpl b/views/episodes.tpl index 410fcf196..6e22f0389 100644 --- a/views/episodes.tpl +++ b/views/episodes.tpl @@ -317,7 +317,7 @@ }); }) - $('a, i').click(function(){ + $('a, .menu .item, button:not(#config, .cancel)').click(function(){ $('#loader').addClass('active'); }) @@ -347,4 +347,4 @@ $('.small.modal').modal('show'); }) - \ No newline at end of file +