This commit is contained in:
unknown
2018-11-17 11:02:57 +00:00
parent 7907bc01dd
commit ab4d511088

View File

@@ -83,9 +83,9 @@
<script src="baffle.min.js"></script>
<script>
if (typeof openpgp.config === "object") {
document.getElementById('worksCheck').insertAdjacentHTML('beforeend', '<br><div class="alert alert-success" role="alert">' + openpgp.config.versionstring + ' works in this browser!</div>');
document.getElementById('worksCheck').insertAdjacentHTML('beforeend', '<div class="alert alert-success" role="alert">' + openpgp.config.versionstring + ' works in this browser!</div>');
} else {
document.getElementById('worksCheck').insertAdjacentHTML('beforeend', '<br><div class="alert alert-danger" role="alert">OpenPGP.js won\'t start in this browser. Do a <a href="/compatibility.html">compatibility check.</a></div>');
document.getElementById('worksCheck').insertAdjacentHTML('beforeend', '<div class="alert alert-danger" role="alert">OpenPGP.js won\'t start in this browser. Do a <a href="/compatibility.html">compatibility check.</a></div>');
}
let c = baffle('code', {characters: 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789', speed: 80}).start();