working on list submission

This commit is contained in:
2022-04-16 12:29:49 +02:00
parent 7b41ece15e
commit 853926e0f7
4 changed files with 77 additions and 5 deletions

View File

@@ -125,7 +125,7 @@ function start(){
}
function subscribeTo(domain,prefix){
window.location.href='subscribe/'+prefix+'@'+domain;
window.location.href='subscribe?list='+prefix+'@'+domain;
}