mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-27 07:44:23 +01:00
Added Code Label
This commit is contained in:
parent
923efbc936
commit
40d3abf94a
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ function imgIsLoaded(imgElement) {
|
|||
}
|
||||
|
||||
|
||||
/* ========================================================================= */
|
||||
/* Code Copy Button
|
||||
/* ========================================================================= */
|
||||
function createCopyButton(highlightDiv) {
|
||||
const button = document.createElement("button");
|
||||
button.className = "copy-code-button";
|
||||
|
|
Loading…
Reference in a new issue