mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-23 14:17:46 -04:00
Merge pull request #55 from TMadMac/development
Better target for "Loading..." display
This commit is contained in:
commit
0bfe8b279b
1 changed files with 2 additions and 2 deletions
|
@ -317,7 +317,7 @@
|
|||
});
|
||||
})
|
||||
|
||||
$('a, i').click(function(){
|
||||
$('a, .menu .item, button:not(#config, .cancel)').click(function(){
|
||||
$('#loader').addClass('active');
|
||||
})
|
||||
|
||||
|
@ -347,4 +347,4 @@
|
|||
|
||||
$('.small.modal').modal('show');
|
||||
})
|
||||
</script>
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue