mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-24 16:52:06 +00:00
Test
This commit is contained in:
parent
39ed560ce5
commit
fa7b933264
1 changed files with 2 additions and 1 deletions
|
@ -191,7 +191,8 @@
|
|||
|
||||
$('table').tablesort();
|
||||
|
||||
$('a, button:not(.cancel)').bind('click touchend', function(){
|
||||
$('a, button:not(.cancel)').bind('click touchend', function(e){
|
||||
e.preventDefault();
|
||||
$('#loader').addClass('active');
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue