Verteilerlisten, Mailsystem

This commit is contained in:
aschwarz
2023-04-28 09:41:23 +02:00
parent 3d58070a69
commit c69b2b8b5e
16 changed files with 817 additions and 65 deletions

View File

@ -14,10 +14,10 @@ function rollesave(){
if(a[1]=="success"){
document.getElementById("rollenname").value ="";
$(document).ajaxStop(function(){
window.location = "?";
setTimeout(() => { window.location = "?"; }, 2000);
});
}
$('#msg').show().delay(10000).fadeOut(500);
$('#msg').show().delay(2000).fadeOut(500);
$('#msg').html(a[0]);
}
},
@ -192,10 +192,10 @@ function delRole(rid) {
var a = result.split('|***|');
if(a[1]=="success"){
$(document).ajaxStop(function(){
window.location = "?";
setTimeout(() => { window.location = "?"; }, 2000);
});
}
$('#msg').show().delay(10000).fadeOut(500);
$('#msg').show().delay(2000).fadeOut(500);
$('#msg').html(a[0]);
}
},