summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2018-11-27 14:51:38 +0100
committerJoas Schilling <coding@schilljs.com>2018-11-28 12:48:51 +0100
commitf63ab0355c2cb6f8fdb189fa9766bcedb91218a8 (patch)
tree64df9e9178e79ee9a8a17cf0174793662d370064 /templates
parent252c53e780a3557f073981cea78c8982f39745e5 (diff)
Move RichObjectStringParser into the views folder
Although the RichObjectStringParser is not a view as such its functionality is closedly tied to views, so the views folder is a better place to live in. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/index-public.php2
-rw-r--r--templates/index.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/index-public.php b/templates/index-public.php
index 799b54bd8..5e0e22530 100644
--- a/templates/index-public.php
+++ b/templates/index-public.php
@@ -29,12 +29,12 @@ script(
'views/editabletextlabel',
'views/participantlistview',
'views/participantview',
+ 'views/richobjectstringparser',
'views/roomlistview',
'views/sidebarview',
'views/tabview',
'views/templates',
'views/virtuallist',
- 'richobjectstringparser',
'simplewebrtc',
'webrtc',
'signaling',
diff --git a/templates/index.php b/templates/index.php
index a3dbb5290..3f954b11a 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -28,12 +28,12 @@ script(
'views/editabletextlabel',
'views/participantlistview',
'views/participantview',
+ 'views/richobjectstringparser',
'views/roomlistview',
'views/sidebarview',
'views/tabview',
'views/templates',
'views/virtuallist',
- 'richobjectstringparser',
'simplewebrtc',
'webrtc',
'signaling',