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:
-rw-r--r--templates/index-public.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/index-public.php b/templates/index-public.php
index 82454e53d..573809bd0 100644
--- a/templates/index-public.php
+++ b/templates/index-public.php
@@ -39,9 +39,6 @@ script(
);
?>
-<div id="notification-container">
- <div id="notification" style="display: none;"></div>
-</div>
<div id="app" class="nc-enable-screensharing-extension" data-token="<?php p($_['token']) ?>">
<script type="text/json" id="signaling-settings">
<?php echo json_encode($_['signaling-settings']) ?>