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-07-31 21:18:19 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-07-31 21:38:00 +0300
commit29ed25581432153645ae8ba7ea0db4ab4a2b2754 (patch)
tree5f7c448e3acda62fc388548e60d151aa6b61e87d /templates
parent294d299ad344a6c8b4dfc99f318c02bd83117ba0 (diff)
Remove the notification container
The notification container is now provided by the public layout template in the server. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'templates')
-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']) ?>