Merge branch 'main' into lang_de
This commit is contained in:
@@ -286,7 +286,7 @@ function testList(listEmail){
|
||||
}
|
||||
|
||||
function transfer(newOwner,listEmail){
|
||||
if (confirm("Really transfer "+listEmail+" to "+newOwner+"?")){
|
||||
if (confirm(listEmail+" wirklich an "+newOwner+" übereignen?")){
|
||||
$.post('/api/list/transfer',{email:newOwner,list:listEmail},reload,'json');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user