diff options
author | Vincent Petry <vincent@nextcloud.com> | 2022-07-26 18:01:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-26 18:01:45 +0200 |
commit | 1daf4de5ed65a5700207fa923cc03e09596dbaee (patch) | |
tree | 9455df9b54390960c5c84760b61999d12d58bfa8 /apps/files_sharing | |
parent | a32de93c1e98dccbcc9616330c9c08e1b4ecae67 (diff) | |
parent | 255d22fa7107da3d15598400c7d6cc5d88bc2f15 (diff) | |
download | nextcloud-server-1daf4de5ed65a5700207fa923cc03e09596dbaee.tar.gz nextcloud-server-1daf4de5ed65a5700207fa923cc03e09596dbaee.zip |
Merge pull request #33358 from nextcloud/techdebt/noid/remove-old-notification-container
Remove obsolete notification container
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> |