Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
iROCKBUNNY committed Oct 12, 2023
1 parent fc14ff4 commit bab5a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/n-back.js
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ function loadResults() {
$('#action-buttons').append(
$('<div>').addClass('ui fluid large primary copy button').attr('data-clipboard-target', '#results').text('Copy to Clipboard')
);
new Clipboard('.copy.button');
const clipboard = new ClipboardJS('.copy.button');
};

function runTask(blocks) {
Expand Down

0 comments on commit bab5a8f

Please sign in to comment.