Jacky Zhao
2022-07-31 234c707a93e1dbe438d0a45f1348cc6c39e2a265
assets/js/clipboard.js
@@ -25,7 +25,10 @@
                () => {
                    button.blur();
                    button.innerHTML = svgCheck;
                    setTimeout(() => (button.innerHTML = svgCopy), 2000);
                    setTimeout(() => {
                     button.innerHTML = svgCopy
                     button.style.borderColor = ""
                    }, 2000);
                },
                (error) => (button.innerHTML = "Error")
            );