2
0
mirror of https://git.coolaj86.com/coolaj86/bluecrypt-keypairs.js synced 2025-04-21 14:20:37 +00:00

hide jwk keypair on loading

This commit is contained in:
Mr. Funk 2019-05-06 23:05:45 -04:00
parent 7efe42da10
commit 7ba413dae6

2
app.js
View File

@ -48,6 +48,8 @@
$('.js-jwk').hidden = true;
$('.js-toc-der-public').hidden = true;
$('.js-toc-der-private').hidden = true;
$('.js-toc-jwk').hidden = true;
$$('.js-toc-pem').forEach(function ($el) {
$el.hidden = true;
});