Remove annoying "Loading..." when not needed on episodes page
@ -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');
</script>