1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-23 06:47:40 +01:00

Fix blocco salvataggio pagamenti

This commit is contained in:
Luca 2018-10-24 19:17:10 +02:00
parent 5b7a6ee340
commit 4801abb6ee

View File

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