more code cleanup

This commit is contained in:
lastlink 2019-05-07 11:53:44 -04:00
parent 1d6ce35289
commit 0e802df186
1 changed files with 1 additions and 4 deletions

3
app.js
View File

@ -154,9 +154,6 @@
$$('button').map(function ($el) { $el.disabled = false; });
})
// jws = jwk.sign(payload)
// jwt = jws.protected + '.' + jws.payload + '.' + jws.signature
});
$('.js-generate').hidden = false;