mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2025-02-23 08:29:53 -05:00
Update default.html
This commit is contained in:
parent
0c0c658647
commit
1f73923f73
@ -413,6 +413,8 @@ td.tablenode {
|
|||||||
tempElem.select();
|
tempElem.select();
|
||||||
document.execCommand("copy");
|
document.execCommand("copy");
|
||||||
document.body.removeChild(tempElem);
|
document.body.removeChild(tempElem);
|
||||||
|
console.log(text)
|
||||||
|
console.log("copied")
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user