Skip to content

Commit 63d59e0

Browse files
save file
1 parent 4e91edc commit 63d59e0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

utils/misc/base64-encode-file/v2.0/base64-encode-file-v2.0.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -487,11 +487,11 @@
487487

488488
btn.output.paste = async function(){
489489

490-
var b64 = await navigator.clipboard.readText();
490+
var txt = await navigator.clipboard.readText();
491491

492-
cur.b64 = b64;
492+
cur.b64 = txt;
493493

494-
b64.text.textContent = b64;
494+
b64.text.textContent = txt;
495495

496496
}//paste
497497

0 commit comments

Comments
 (0)