summaryrefslogtreecommitdiffstats
path: root/apps/files/templates
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2022-07-26 14:54:28 +0200
committernextcloud-command <nextcloud-command@users.noreply.github.com>2022-07-26 13:54:24 +0000
commit255d22fa7107da3d15598400c7d6cc5d88bc2f15 (patch)
treeb1d7b1a69ce13898338cbf9b51191377525412ab /apps/files/templates
parentb4353c46519ffc44c30eb258210911a044bbca41 (diff)
downloadnextcloud-server-255d22fa7107da3d15598400c7d6cc5d88bc2f15.tar.gz
nextcloud-server-255d22fa7107da3d15598400c7d6cc5d88bc2f15.zip
Remove obsolete notification container
The future is TOAST 🍞 Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/files/templates')
-rw-r--r--apps/files/templates/recentlist.php1
-rw-r--r--apps/files/templates/simplelist.php2
2 files changed, 0 insertions, 3 deletions
diff --git a/apps/files/templates/recentlist.php b/apps/files/templates/recentlist.php
index 9e91b1c442c..389b01098a6 100644
--- a/apps/files/templates/recentlist.php
+++ b/apps/files/templates/recentlist.php
@@ -1,5 +1,4 @@
<?php /** @var \OCP\IL10N $l */ ?>
-<div id='notification'></div>
<div class="emptyfilelist emptycontent hidden"></div>
diff --git a/apps/files/templates/simplelist.php b/apps/files/templates/simplelist.php
index 45c6f812501..599a9f4a136 100644
--- a/apps/files/templates/simplelist.php
+++ b/apps/files/templates/simplelist.php
@@ -1,5 +1,3 @@
-<div id='notification'></div>
-
<div class="emptyfilelist emptycontent hidden">
<div class="icon-starred"></div>
<h2><?php p($l->t('No favorites yet')); ?></h2>