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

5
app.js
View File

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