diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2016-10-04 12:56:04 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-11-07 14:58:45 +0100 |
commit | c5597baf88c3f7bcea9c03a3fa35e1dc81e12bd5 (patch) | |
tree | b2d88ae33f7e99207913afd71dfdc9851485f8b5 /apps/files_sharing/appinfo | |
parent | 1857e50259e3cedffd9d9c24ce2a47bf08ebf782 (diff) | |
download | nextcloud-server-c5597baf88c3f7bcea9c03a3fa35e1dc81e12bd5.tar.gz nextcloud-server-c5597baf88c3f7bcea9c03a3fa35e1dc81e12bd5.zip |
show whether the current folder was shared or not
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/files_sharing/appinfo')
-rw-r--r-- | apps/files_sharing/appinfo/app.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/appinfo/app.php b/apps/files_sharing/appinfo/app.php index 7da295afddd..06f4a41ac14 100644 --- a/apps/files_sharing/appinfo/app.php +++ b/apps/files_sharing/appinfo/app.php @@ -42,6 +42,7 @@ $eventDispatcher->addListener( function() { \OCP\Util::addScript('files_sharing', 'share'); \OCP\Util::addScript('files_sharing', 'sharetabview'); + \OCP\Util::addScript('files_sharing', 'sharebreadcrumbview'); \OCP\Util::addStyle('files_sharing', 'sharetabview'); } ); |