bugfixes
This commit is contained in:
@@ -40,8 +40,7 @@ function hideList(listEmail){
|
||||
$.post('/api/list/hide',{list:listEmail},showListResult,'json');
|
||||
}
|
||||
|
||||
function loadArchive(domain,prefix){
|
||||
let listEmail = prefix+'@'+domain;
|
||||
function loadArchive(listEmail){
|
||||
$.get('/api/list/archive?list='+listEmail,showListArchive,'json');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user