mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Fix selettore multiplo email
This commit is contained in:
7
mail.php
7
mail.php
@@ -149,9 +149,12 @@ echo '
|
||||
$(".destinatari").each(function(){
|
||||
$(this).autocomplete({
|
||||
source: emails,
|
||||
minLength: 0
|
||||
minLength: 0,
|
||||
close: function(){
|
||||
aggiungi_destinatario();
|
||||
}
|
||||
}).focus(function() {
|
||||
$(this).autocomplete("search", $(this).val())
|
||||
$(this).autocomplete("search", $(this).val());
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user