Update episode.tpl

Remove annoying "Loading..." when not needed on episodes page
This commit is contained in:
Tony Moutaux 2018-04-15 07:35:35 +02:00 committed by GitHub
parent 7aee4265c0
commit 67cbaf66d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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>
</script>