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>2018-12-05 21:12:03 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-12-05 21:12:03 +0300
commitac0ceed2d61cf7953d27e254c673eeee0d2b4804 (patch)
treeba731aa697793c213ea0e89546d3b63dce5a23ed /templates
parentc331c00f905ac8650788bfc33272f22c170de969 (diff)
Extract CSS styles for videos
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 de08f3eb2..6b99937b4 100644
--- a/templates/index-public.php
+++ b/templates/index-public.php
@@ -8,6 +8,7 @@ vendor_style('select2/select2');
style('spreed', 'style');
style('spreed', 'chatview');
style('spreed', 'autocomplete');
+style('spreed', 'video');
script(
'spreed',
[
diff --git a/templates/index.php b/templates/index.php
index 530066e8f..4e363e44f 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -8,6 +8,7 @@ vendor_style('select2/select2');
style('spreed', 'style');
style('spreed', 'chatview');
style('spreed', 'autocomplete');
+style('spreed', 'video');
script(
'spreed',
[