Fix blocco salvataggio pagamenti

This commit is contained in:
Luca 2018-10-24 19:17:10 +02:00
parent 5b7a6ee340
commit 4801abb6ee
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@ $(document).ready(function(){
event.preventDefault();
} else {
$('#wait').addClass("hide");
$(this).unbind('submit').submit()
}
});
});