Verteilerlisten, Mailsystem
This commit is contained in:
@ -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]);
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user