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

4 lines
90 B
JavaScript
Raw Normal View History

2020-05-22 17:51:28 +02:00
$(document).ready(function () {
var clipboard = new ClipboardJS('.js-click-to-copy')
})