data-skype
This commit is contained in:
parent
dfc80c7253
commit
edc47851aa
@ -465,6 +465,11 @@ const mailgoRender = (type = MAIL_TYPE, mailgo) => {
|
|||||||
telegramUsername = mailgo.getAttribute("data-telegram");
|
telegramUsername = mailgo.getAttribute("data-telegram");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Telegram username
|
||||||
|
if (mailgo.hasAttribute("data-skype")) {
|
||||||
|
skypeUsername = mailgo.getAttribute("data-skype");
|
||||||
|
}
|
||||||
|
|
||||||
// actions
|
// actions
|
||||||
telegramButton = getE("mailgo-telegram");
|
telegramButton = getE("mailgo-telegram");
|
||||||
waButton = getE("mailgo-wa");
|
waButton = getE("mailgo-wa");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user