update to rootprojects.org
This commit is contained in:
parent
65974b57c1
commit
b7dd224426
|
@ -0,0 +1 @@
|
|||
../img/favicon-32x32.png
|
|
@ -329,8 +329,8 @@
|
|||
<div><small><center>
|
||||
<div>
|
||||
<a href="https://git.coolaj86.com/coolaj86/greenlock.html" target="_blank">View Source</a> (git)
|
||||
| <a href="https://greenlock.domains/legal/#terms" target="_blank">Terms of Service</a>
|
||||
| <a href="https://greenlock.domains/legal/#privacy" target="_blank">Privacy Policy</a>
|
||||
| <a href="https://rootprojects.org/legal/#terms" target="_blank">Terms of Service</a>
|
||||
| <a href="https://rootprojects.org/legal/#privacy" target="_blank">Privacy Policy</a>
|
||||
</div>
|
||||
<!-- or
|
||||
<pre><code>git clone https://git.coolaj86.com/coolaj86/greenlock.html.git</code></pre>
|
||||
|
|
|
@ -124,7 +124,7 @@
|
|||
|
||||
return PromiseA.resolve(steps[j].submit(ev)).catch(function (err) {
|
||||
console.error(err);
|
||||
window.alert.error("Something went wrong. It's our fault not yours. Please email aj@greenlock.domains and let him know that 'step " + j + "' failed.");
|
||||
window.alert("Something went wrong. It's our fault not yours. Please email aj@rootprojects.org and let him know that 'step " + j + "' failed.");
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -403,7 +403,7 @@
|
|||
}).catch(function (err) {
|
||||
console.error('Step \'\' Error:');
|
||||
console.error(err, err.stack);
|
||||
window.alert("An error happened at Step " + i + ", but it's not your fault. Email aj@greenlock.domains and let him know.");
|
||||
window.alert("An error happened at Step " + i + ", but it's not your fault. Email aj@rootprojects.org and let him know.");
|
||||
});
|
||||
};
|
||||
|
||||
|
@ -637,7 +637,7 @@
|
|||
});
|
||||
}).catch(function (err) {
|
||||
console.error(err.toString());
|
||||
window.alert("An error happened in the final step, but it's not your fault. Email aj@greenlock.domains and let him know.");
|
||||
window.alert("An error happened in the final step, but it's not your fault. Email aj@rootprojects.org and let him know.");
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
@ -64,9 +64,10 @@
|
|||
Testing</label>
|
||||
<input id="js-acme-api-url" type="url" placeholder="ACME directory url">
|
||||
<div>
|
||||
<a href="https://git.coolaj86.com/coolaj86/greenlock.html" target="_blank">View Source</a> (git)
|
||||
| <a href="https://greenlock.domains/legal/#terms" target="_blank">Terms of Service</a>
|
||||
| <a href="https://greenlock.domains/legal/#privacy" target="_blank">Privacy Policy</a>
|
||||
A <a href="https://rootprojects.org/" target="_blank">Root</a> Project
|
||||
| <a href="https://git.coolaj86.com/coolaj86/greenlock.html" target="_blank">View Source</a> (git)
|
||||
| <a href="https://rootprojects.org/legal/#terms" target="_blank">Terms of Service</a>
|
||||
| <a href="https://rootprojects.org/legal/#privacy" target="_blank">Privacy Policy</a>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue