2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 20:20:24 +02:00
website/homepage/theme/static/scripts/click-to-copy.js

4 lines
90 B
JavaScript

$(document).ready(function () {
var clipboard = new ClipboardJS('.js-click-to-copy')
})