implemented dropping of mailing lists

This commit is contained in:
2022-04-22 16:14:17 +02:00
parent 72e8f4755c
commit 86a9dd271f
3 changed files with 29 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ function disableList(listEmail){
}
function dropList(listEmail){
console.log('dopList('+listEmail+')');
$.post('/api/list/drop',{list:listEmail},showListResult,'json');
}
function dropMember(userEmail,listEmail){