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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2017-10-30 02:51:59 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2017-10-30 08:14:02 +0300
commitb89d385046661b09f29ec94e2d9bf504ddc6380e (patch)
treece91ae50b104120225e229d8f0a79c60db53a92f /templates
parente269597514c4060d294612bb3d10c967993cd9d7 (diff)
Replace custom code with EditableTextLabel for room name
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/index-public.php1
-rw-r--r--templates/index.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/index-public.php b/templates/index-public.php
index 5349b941f..7b44f017b 100644
--- a/templates/index-public.php
+++ b/templates/index-public.php
@@ -15,6 +15,7 @@ script(
'models/room',
'models/roomcollection',
'views/callinfoview',
+ 'views/editabletextlabel',
'views/roomlistview',
'views/sidebarview',
'views/tabview',
diff --git a/templates/index.php b/templates/index.php
index 2fe1da924..85082363e 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -17,6 +17,7 @@ script(
'models/participant',
'models/participantcollection',
'views/callinfoview',
+ 'views/editabletextlabel',
'views/participantlistview',
'views/participantview',
'views/roomlistview',