implemented dropping of mailing lists
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user