Added Code Label

This commit is contained in:
Aroy-Art 2021-10-08 10:26:12 +02:00
parent 923efbc936
commit 40d3abf94a

View file

@ -15,6 +15,9 @@ function imgIsLoaded(imgElement) {
} }
/* ========================================================================= */
/* Code Copy Button
/* ========================================================================= */
function createCopyButton(highlightDiv) { function createCopyButton(highlightDiv) {
const button = document.createElement("button"); const button = document.createElement("button");
button.className = "copy-code-button"; button.className = "copy-code-button";