final fix

This commit is contained in:
Boof 2023-01-11 21:51:07 +01:00 committed by GitHub
parent 73d527e10b
commit 2cdf71343e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
<button type="button" onclick="dodecode();">Decode</button><br>
<label>Output</label><br>
<textarea id="output" readonly></textarea><br>
<button type="button" id="copy" onclick="docopy">Copy</button>
<button type="button" id="copy" onclick="docopy();">Copy</button>
</form>
<script>