hide jwk keypair on loading

This commit is contained in:
Mr. Funk 2019-05-06 23:05:45 -04:00
förälder 7efe42da10
incheckning 7ba413dae6
1 ändrade filer med 2 tillägg och 0 borttagningar

2
app.js
Visa fil

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