Jacky Zhao
2022-07-19 e142f37e8dea7f6f502026cc35ea02390be63556
Merge branch 'hugo' of https://github.com/jackyzha0/quartz into hugo
1 files modified
5 ■■■■ changed files
assets/js/clipboard.js 5 ●●●● patch | view | raw | blame | history
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")
            );