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:
parent
7aee4265c0
commit
67cbaf66d2
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue