mirror of
https://github.com/thegeeklab/hugo-geekdoc.git
synced 2024-11-16 09:50:40 +00:00
4 lines
113 B
JavaScript
4 lines
113 B
JavaScript
|
document.addEventListener("DOMContentLoaded", function (event) {
|
||
|
var clipboard = new ClipboardJS(".clip");
|
||
|
});
|