Update default.html

This commit is contained in:
HAHWUL 2020-11-02 00:11:10 +09:00 committed by GitHub
parent 0c0c658647
commit 1f73923f73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -413,6 +413,8 @@ td.tablenode {
tempElem.select();
document.execCommand("copy");
document.body.removeChild(tempElem);
console.log(text)
console.log("copied")
});
}
</script>