diff --git a/src/alfagok/static/game.js b/src/alfagok/static/game.js index e1e7457..af8810d 100644 --- a/src/alfagok/static/game.js +++ b/src/alfagok/static/game.js @@ -135,7 +135,7 @@ function getFormattedTime(milliseconds) { /* Clipboard stuff **/ -let clip = new Clipboard('.copy'); +let clip = new ClipboardJS('.copy'); clip.on("success", function(e) { document.getElementById('copyresults').innerHTML = '

Gekopieerd! Deel je resultaat.

'; diff --git a/src/alfagok/templates/index.html b/src/alfagok/templates/index.html index b30c295..17e7d2d 100644 --- a/src/alfagok/templates/index.html +++ b/src/alfagok/templates/index.html @@ -64,7 +64,7 @@ - + {#