1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-24 00:33:27 +00:00

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

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>