diff options
author | Vincent Petry <vincent@nextcloud.com> | 2022-07-26 14:54:28 +0200 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-07-26 13:54:24 +0000 |
commit | 255d22fa7107da3d15598400c7d6cc5d88bc2f15 (patch) | |
tree | b1d7b1a69ce13898338cbf9b51191377525412ab /apps/files_sharing | |
parent | b4353c46519ffc44c30eb258210911a044bbca41 (diff) | |
download | nextcloud-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_sharing')
-rw-r--r-- | apps/files_sharing/templates/list.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/templates/list.php b/apps/files_sharing/templates/list.php index 6c91d701d1d..023726c6833 100644 --- a/apps/files_sharing/templates/list.php +++ b/apps/files_sharing/templates/list.php @@ -1,5 +1,4 @@ <?php /** @var \OCP\IL10N $l */ ?> -<div id='notification'></div> <div class="emptyfilelist emptycontent hidden"></div> |