diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2016-10-10 11:14:51 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-11-07 14:58:45 +0100 |
commit | 5bf7e5533d79c98d720d92ecee0125938805ff0f (patch) | |
tree | f8b9fc3fffa74f5ce858fd8184ed79663a6cd4d7 /apps/files_sharing/appinfo | |
parent | 9e5e120ef9869b7c52d90e85782ec83a9217275d (diff) | |
download | nextcloud-server-5bf7e5533d79c98d720d92ecee0125938805ff0f.tar.gz nextcloud-server-5bf7e5533d79c98d720d92ecee0125938805ff0f.zip |
visually reflect sharing state of current folder
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 06f4a41ac14..850c2c05977 100644 --- a/apps/files_sharing/appinfo/app.php +++ b/apps/files_sharing/appinfo/app.php @@ -44,6 +44,7 @@ $eventDispatcher->addListener( \OCP\Util::addScript('files_sharing', 'sharetabview'); \OCP\Util::addScript('files_sharing', 'sharebreadcrumbview'); \OCP\Util::addStyle('files_sharing', 'sharetabview'); + \OCP\Util::addStyle('files_sharing', 'sharebreadcrumb'); } ); |