From 6f771698e1eb4d8fb02386d517e2117858ea25ec Mon Sep 17 00:00:00 2001 From: totoro Date: Tue, 22 Dec 2020 10:47:53 +0900 Subject: [PATCH] add missing data attribute which contain phone number --- web/widgets/specialized_elements.anubis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/widgets/specialized_elements.anubis b/web/widgets/specialized_elements.anubis index bd3fdb3..76e4045 100644 --- a/web/widgets/specialized_elements.anubis +++ b/web/widgets/specialized_elements.anubis @@ -43,7 +43,7 @@ public define HTML_Off_Form sequence([ //add sms if phone_type = cellphone then - img([event(onmouseover, "/icons/16x16/send_sms.png"), event(onclick, "hk_send_sms(this)"), class("clickable icon_in_text")], "/icons/16x16/sms.png","") + img(_attrs+[event(onmouseover, "/icons/16x16/send_sms.png"), event(onclick, "hk_send_sms(this)"), class("clickable icon_in_text")], "/icons/16x16/sms.png","") else empty, img(_attrs+[class("icon_in_text")], "/icons/16x16/"+to_Icon(phone_type)), -- libgit2 0.21.4