remove leftover cruft #9

Merged
coolaj86 merged 1 commits from aj into master 2019-05-11 04:50:33 +00:00
1 changed files with 0 additions and 2 deletions

2
app.js
View File

@ -106,8 +106,6 @@
$$('button').map(function ($el) { $el.disabled = false; }); $$('button').map(function ($el) { $el.disabled = false; });
$('.js-toc-jwk').hidden = false; $('.js-toc-jwk').hidden = false;
$('.js-create-account').hidden = false;
$('.js-create-csr').hidden = false;
}); });
}); });