data-skype

This commit is contained in:
Matteo Manzinello 2019-09-19 13:41:23 +02:00
parent dfc80c7253
commit edc47851aa

View File

@ -465,6 +465,11 @@ const mailgoRender = (type = MAIL_TYPE, mailgo) => {
telegramUsername = mailgo.getAttribute("data-telegram");
}
// Telegram username
if (mailgo.hasAttribute("data-skype")) {
skypeUsername = mailgo.getAttribute("data-skype");
}
// actions
telegramButton = getE("mailgo-telegram");
waButton = getE("mailgo-wa");