remove snippets

This commit is contained in:
zoe 2022-01-30 14:21:45 +01:00
parent d0317aca7e
commit f77033ef8a
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ function copyURI(evt) {
document.getElementById("urlForCopy").innerHTML = "copied";
}, () => {
/* clipboard write failed */
document.getElementById("urlForCopy").innerHTML = "failed to copy :\(";
});
}