Kleinere Verbesserungen

This commit is contained in:
aschwarz
2023-04-18 11:41:56 +02:00
parent c4505e1b4d
commit ee6846e9be
7 changed files with 192 additions and 5 deletions

View File

@ -29,8 +29,8 @@ function membersave(){
elements[i].selected = false;
}
}
$('#msg1').show().delay(10000).fadeOut(500);
$('#msg1').html(a[0]);
$('#msg').show().delay(10000).fadeOut(500);
$('#msg').html(a[0]);
}
},
error: function(xhr, status, exception) {