Betterized

This commit is contained in:
Mikko Ahlroth 2022-10-26 01:21:26 +03:00
parent be348e5b29
commit eef1417796
2 changed files with 3 additions and 1 deletions

View file

@ -18,7 +18,7 @@
<div id="length">Waiting...</div>
<div id="info">
v0.0.2 | © Nicd 2022 | <a href="https://gitlab.com/Nicd/tahnaroskakori" target="_blank">Source</a> | <a
v0.0.3 | © Nicd 2022 | <a href="https://gitlab.com/Nicd/tahnaroskakori" target="_blank">Source</a> | <a
href="./licenses.txt" target="_blank">Licenses</a>
</div>
</footer>

View file

@ -50,6 +50,8 @@ async function init() {
}
if (codeEl.value === "") {
history.replaceState(null, "", "#");
lengthEl.textContent = "Waiting...";
return;
}