1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-24 16:52:06 +00:00
This commit is contained in:
Louis Vézina 2017-10-27 11:48:48 -04:00
parent 39ed560ce5
commit fa7b933264

View file

@ -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');
})