Update episode.tpl

Remove annoying "Loading..." when not needed on episodes page
pull/56/head
Tony Moutaux 7 years ago committed by GitHub
parent 7aee4265c0
commit 67cbaf66d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -317,7 +317,7 @@
});
})
$('a, i').click(function(){
$('a, i:not(.dropdown)').click(function(){
$('#loader').addClass('active');
})

Loading…
Cancel
Save