Absatz bei Mailversand bei Kontaktauflistung
This commit is contained in:
parent
69e8d486ab
commit
5059eff5fe
@ -122,7 +122,7 @@ function showmail(){
|
||||
|
||||
// auskommentiert, das letzte Komma wird beim deleteContact benötigt: komplett_neu = komplett_neu.replace(contact+',' , '');
|
||||
//komplett = komplett.substring(0,komplett.length-1);
|
||||
$('#empf').html(name);
|
||||
$('#empf').html('<br><b>Kontakte:</b><br>'+name);
|
||||
document.getElementById("mailhidden").value = mail;
|
||||
document.getElementById("komplett").value = komplett;
|
||||
}
|
||||
@ -168,7 +168,7 @@ function deleteContact(contact){
|
||||
|
||||
// auskommentiert, das letzte Komma wird beim deleteContact benötigt: komplett_neu = komplett_neu.replace(contact+',' , '');
|
||||
//komplett = komplett.substring(0,komplett.length-1);
|
||||
$('#empf').html(name);
|
||||
$('#empf').html('<br><b>Kontakte:</b><br>'+name);
|
||||
document.getElementById("mailhidden").value = mail;
|
||||
document.getElementById("komplett").value = komplett;
|
||||
}else{
|
||||
|
Loading…
x
Reference in New Issue
Block a user