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:
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 562200b03..f85a7326f 100644
--- a/templates/index-public.php
+++ b/templates/index-public.php
@@ -32,6 +32,7 @@ script(
'views/roomlistview',
'views/sidebarview',
'views/tabview',
+ 'views/virtuallist',
'richobjectstringparser',
'simplewebrtc',
'webrtc',
diff --git a/templates/index.php b/templates/index.php
index d56c20ff2..0263073cd 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -31,6 +31,7 @@ script(
'views/roomlistview',
'views/sidebarview',
'views/tabview',
+ 'views/virtuallist',
'richobjectstringparser',
'simplewebrtc',
'webrtc',