diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2015-08-25 16:07:14 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-09-16 07:23:27 +0200 |
commit | c17d022ca42dda31f321276f2c4973ca2e43c8a4 (patch) | |
tree | 1f6b396a40bda268ab609e263edf6c493325fc97 /lib/private/share | |
parent | f62a3be59069510f4afa479316a665011cd014f5 (diff) | |
download | nextcloud-server-c17d022ca42dda31f321276f2c4973ca2e43c8a4.tar.gz nextcloud-server-c17d022ca42dda31f321276f2c4973ca2e43c8a4.zip |
started to implement sharee list view. not completed yet, do not cry please.
Diffstat (limited to 'lib/private/share')
-rw-r--r-- | lib/private/share/share.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/share/share.php b/lib/private/share/share.php index b5d508b30ba..802b146cfb6 100644 --- a/lib/private/share/share.php +++ b/lib/private/share/share.php @@ -88,6 +88,7 @@ class Share extends Constants { \OC_Util::addScript('core', 'sharedialogresharerinfoview'); \OC_Util::addScript('core', 'sharedialoglinkshareview'); \OC_Util::addScript('core', 'sharedialogexpirationview'); + \OC_Util::addScript('core', 'sharedialogshareelistview'); \OC_Util::addScript('core', 'sharedialogview'); \OC_Util::addScript('core', 'share'); \OC_Util::addStyle('core', 'share'); |