jr code cleanups

This commit is contained in:
2023-07-09 15:03:53 -06:00
parent ef112d7da4
commit b76397b723
4 changed files with 8 additions and 21 deletions
+1 -2
View File
@@ -37,7 +37,6 @@
</table>
<ul id="keypairs">
</ul>
<button id="generate">Generate New Keypair</button>
</div>
<pre id="scratch">
@@ -45,7 +44,7 @@
<!-- including nacl here -->
<script src="nacl.js"></script>
<script src="dist/jex_include/local-nacl-1.0.3/nacl.js"></script>
<script type="module" src="dist/popup.js"></script>
</body>