1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +00:00

Add anchorme() support. (#262)

This will "linkify" text inside of messages with anchor tags so they are clickable.
This commit is contained in:
Greg Ross
2018-12-10 14:48:18 -05:00
committed by Loïc Blot
parent 7abea7cc9b
commit be8824b889
4 changed files with 7 additions and 1 deletions
+1
View File
@@ -14,6 +14,7 @@ use \OCA\OcSms\Lib\CountryCodes;
\OCP\Util::addScript('ocsms', 'devel/helpers');
\OCP\Util::addScript('ocsms', 'devel/notifications');
\OCP\Util::addScript('ocsms', 'twemoji/twemoji.min');
\OCP\Util::addScript('ocsms', 'anchorme.min');
?>
<script type="text/x-template" id="modal-template" xmlns:v-on="http://www.w3.org/1999/xhtml"