Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ocsms.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Ross <greg@toolstack.com>2018-12-10 22:48:18 +0300
committerLoïc Blot <nerzhul@users.noreply.github.com>2018-12-10 22:48:18 +0300
commitbe8824b88927be0fe2a8db7b35698ad514536b0b (patch)
tree2f98e87193745f18978c2118ad9feca530c93d61 /templates
parent7abea7cc9bae45e18c5808f4b5a383bad4c9c952 (diff)
Add anchorme() support. (#262)
This will "linkify" text inside of messages with anchor tags so they are clickable.
Diffstat (limited to 'templates')
-rw-r--r--templates/main.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/main.php b/templates/main.php
index 56e5961..ff1c5ee 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -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"