Porovnat revize

..

Žádné společné commity. „bddf85dfe6313a29088e965808f91f066797213d“ a „78515f165c81584d988fe10330b35eecbae7285a“ mají zcela odlišnou historii.

Zobrazit soubor

@ -84,11 +84,7 @@
method: 'POST'
, cors: true
, headers: new Headers({ 'Content-Type': 'application/json' })
, body: JSON.stringify({
address: email
, list: 'greenlock@ppl.family'
, domain: domains.join(',')
})
, body: JSON.stringify({ address: email, comment: 'greenlock sub for ' + domains.join(',') })
}).then(function (resp) {
return resp.json().then(function (data) {
/*
@ -98,7 +94,7 @@
}
*/
});
}).catch(function () {
}, function () {
/*
window.alert("Didn't get your contact. Bad network connection? Email coolaj86@gmail.com instead.");
*/