|
|
@ -211,7 +211,7 @@
|
|
|
|
txt = txt.replace(new RegExp(str, 'g'), span.outerHTML);
|
|
|
|
txt = txt.replace(new RegExp(str, 'g'), span.outerHTML);
|
|
|
|
if (txt.indexOf(str) > -1 && style['use-copybutton']) {
|
|
|
|
if (txt.indexOf(str) > -1 && style['use-copybutton']) {
|
|
|
|
let btn = document.createElement('button');
|
|
|
|
let btn = document.createElement('button');
|
|
|
|
let btn_text = document.createTextNode('복사하기');
|
|
|
|
let btn_text = document.createTextNode('복사');
|
|
|
|
btn.appendChild(btn_text);
|
|
|
|
btn.appendChild(btn_text);
|
|
|
|
btn.setAttribute('type', 'button');
|
|
|
|
btn.setAttribute('type', 'button');
|
|
|
|
btn.setAttribute('data-text', str);
|
|
|
|
btn.setAttribute('data-text', str);
|
|
|
|