working 2 on Skype!
This commit is contained in:
parent
427d550d7c
commit
0d09788eae
@ -37,8 +37,9 @@ let tel = "",
|
||||
let gmailButton,
|
||||
outlookButton,
|
||||
openButton,
|
||||
waButton,
|
||||
telegramButton,
|
||||
waButton,
|
||||
skypeButton,
|
||||
callButton,
|
||||
copyButton;
|
||||
|
||||
@ -465,8 +466,9 @@ const mailgoRender = (type = MAIL_TYPE, mailgo) => {
|
||||
}
|
||||
|
||||
// actions
|
||||
waButton = getE("mailgo-wa");
|
||||
telegramButton = getE("mailgo-telegram");
|
||||
waButton = getE("mailgo-wa");
|
||||
skypeButton = getE("mailgo-skype");
|
||||
callButton = getE("mailgo-call");
|
||||
copyButton = getE("mailgo-tel-copy");
|
||||
|
||||
@ -481,6 +483,8 @@ const mailgoRender = (type = MAIL_TYPE, mailgo) => {
|
||||
telegramButton.addEventListener("click", () => actions.openTelegram());
|
||||
}
|
||||
|
||||
skypeButton.addEventListener("click", () => actions.openSkype());
|
||||
|
||||
callButton.addEventListener("click", () => actions.callDefault());
|
||||
|
||||
copyButton.addEventListener("click", () => actions.copy(tel));
|
||||
|
Loading…
x
Reference in New Issue
Block a user