mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-10 16:57:45 +08: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();
|
$('table').tablesort();
|
||||||
|
|
||||||
$('a, button:not(.cancel)').bind('click touchend', function(){
|
$('a, button:not(.cancel)').bind('click touchend', function(e){
|
||||||
|
e.preventDefault();
|
||||||
$('#loader').addClass('active');
|
$('#loader').addClass('active');
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue