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>2019-01-25 16:24:38 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2019-02-25 18:13:19 +0300
commitbbad46ee1685a565f5f503142461001fae7e1e41 (patch)
tree5b0afd34056eb2b16a2b79a066e71010a17409d5 /templates
parent055ee3f18e4b56bc98a4c20988e532799d7374ac (diff)
Remove unused element
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/index-public.php3
-rw-r--r--templates/index.php3
2 files changed, 0 insertions, 6 deletions
diff --git a/templates/index-public.php b/templates/index-public.php
index c627d3dfc..333554e41 100644
--- a/templates/index-public.php
+++ b/templates/index-public.php
@@ -20,9 +20,6 @@ script('spreed', 'merged-guest');
<div id="app-content-wrapper">
<button id="video-fullscreen" class="icon-fullscreen force-icon-white-in-call icon-shadow public" data-placement="bottom" data-toggle="tooltip" data-original-title="<?php p($l->t('Fullscreen (f)')) ?>"></button>
- <div id="video-speaking">
-
- </div>
<div id="videos">
<div class="videoView videoContainer hidden" id="localVideoContainer">
<video id="localVideo"></video>
diff --git a/templates/index.php b/templates/index.php
index e5402ac84..159c5e5e6 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -28,9 +28,6 @@ script('spreed', 'merged');
<div id="app-content-wrapper">
<button id="video-fullscreen" class="icon-fullscreen force-icon-white-in-call icon-shadow hidden" data-placement="bottom" data-toggle="tooltip" data-original-title="<?php p($l->t('Fullscreen (f)')) ?>"></button>
- <div id="video-speaking">
-
- </div>
<div id="videos">
<div class="videoView videoContainer hidden" id="localVideoContainer">
<video id="localVideo"></video>