mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-09 16:27:45 +08:00
Loader not loading for some tabs
This commit is contained in:
parent
9eeae32e1c
commit
700a5724bf
2 changed files with 2 additions and 2 deletions
|
@ -332,7 +332,7 @@
|
|||
.tab()
|
||||
;
|
||||
|
||||
$('a.menu').click(function(){
|
||||
$('a, button:not(.cancel)').click(function(){
|
||||
$('#loader').addClass('active');
|
||||
})
|
||||
|
||||
|
|
|
@ -179,7 +179,7 @@ icon"></i></td>
|
|||
$('.small.modal').modal('show');
|
||||
})
|
||||
|
||||
$('a.menu').click(function(){
|
||||
$('a, button:not(.cancel)').click(function(){
|
||||
$('#loader').addClass('active');
|
||||
})
|
||||
</script>
|
Loading…
Reference in a new issue