1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-29 09:11:11 +01:00

Rimosso controllo pulsante submit

This commit is contained in:
MatteoPistorello 2023-01-27 17:48:34 +01:00
parent b848bedd80
commit d6db612119

View File

@ -53,7 +53,7 @@ function init() {
return false;
});
$(this).find('[type=submit]').prop("disabled", true).addClass("disabled");
//$(this).find('[type=submit]').prop("disabled", true).addClass("disabled");
prepareForm(this);