diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/donate.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/donate.html b/src/donate.html index 7996856..d595e81 100644 --- a/src/donate.html +++ b/src/donate.html @@ -71,15 +71,12 @@ DOGE: </details> <script> - console.log('in script?') function copy(id) { - console.log('in copy') const text = document.getElementById(id) text.hidden=false text.select() text.setSelectionRange(0, 9999) document.execCommand("copy") text.hidden=true - console.log('copied') } </script> |