1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Revert "fix: caricamento indirizzo email in invio mail"

This reverts commit 97a708a21b.
This commit is contained in:
valentina
2025-04-17 15:49:15 +02:00
parent 97a708a21b
commit 7f0292a235

View File

@@ -220,8 +220,7 @@ echo '
let num = 0;
$(".destinatari").each(function(){
addAutoComplete(this);
if (num++ == 0 && emails.length > 0) {
$(this).val(emails[0].value).trigger("change");
if (num++==0) {
$(this).prop("required", true);
}
});