Browse Source

update to rootprojects.org

master
AJ ONeal 5 years ago
parent
commit
71de7e7b95
  1. 1
      app/favicon.ico
  2. 4
      app/index.html
  3. 6
      app/js/app.js
  4. 7
      index.html

1
app/favicon.ico

@ -0,0 +1 @@
../img/favicon-32x32.png

4
app/index.html

@ -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>

6
app/js/app.js

@ -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.");
});
};

7
index.html

@ -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…
Cancel
Save