mirror of
https://git.kittycat.homes/zoe/reversi.git
synced 2024-08-15 03:27:19 +00:00
remove snippets
This commit is contained in:
parent
d0317aca7e
commit
f77033ef8a
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ function copyURI(evt) {
|
|||
document.getElementById("urlForCopy").innerHTML = "copied";
|
||||
}, () => {
|
||||
/* clipboard write failed */
|
||||
document.getElementById("urlForCopy").innerHTML = "failed to copy :\(";
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue