fix error with var copyTel
This commit is contained in:
parent
807541cf6a
commit
39b28366e7
@ -297,7 +297,7 @@
|
|||||||
modalContent.appendChild(call);
|
modalContent.appendChild(call);
|
||||||
|
|
||||||
// copy
|
// copy
|
||||||
let copyTel = document.createElement("a");
|
copyTel = document.createElement("a");
|
||||||
copyTel.id = "mailgo-tel-copy";
|
copyTel.id = "mailgo-tel-copy";
|
||||||
copyTel.href = DEFAULT_BTN_HREF;
|
copyTel.href = DEFAULT_BTN_HREF;
|
||||||
copyTel.classList.add("mailgo-copy");
|
copyTel.classList.add("mailgo-copy");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user