Skip to content

Commit 02eae8d

Browse files
authored
Update index.js
1 parent 79e8b67 commit 02eae8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: js/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
function Copy() {
2-
copyText = document.getElementById("result");
2+
copyText = document.getElementById("text_unicode");
33
copyText.select();
44
document.execCommand("copy");
55
alert(copyText,value + "Copied")

0 commit comments

Comments
 (0)