This commit is contained in:
Louis Vézina 2017-10-27 11:48:48 -04:00
parent 39ed560ce5
commit fa7b933264
1 changed files with 2 additions and 1 deletions

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