diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-07-15 16:09:00 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2015-08-07 01:22:42 +0200 |
commit | 12e5f310ddb784c0ed1248020b770d93040918da (patch) | |
tree | 6bfc053ff77ba25f238fef59fe3eb0c358269dc8 /apps/files/index.php | |
parent | 9854e71d2c83bd5f74a4798be1547e75112d5a41 (diff) | |
download | nextcloud-server-12e5f310ddb784c0ed1248020b770d93040918da.tar.gz nextcloud-server-12e5f310ddb784c0ed1248020b770d93040918da.zip |
Improved right sidebar
Added owner info.
Added animation, but causes scrollbal.
Default file action now when clicking on name directly.
Fixed icon.
Added empty share tab.
Diffstat (limited to 'apps/files/index.php')
-rw-r--r-- | apps/files/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/index.php b/apps/files/index.php index 1cb7c16ce6b..dca3e5ae74d 100644 --- a/apps/files/index.php +++ b/apps/files/index.php @@ -52,8 +52,8 @@ OCP\Util::addscript('files', 'search'); \OCP\Util::addScript('files', 'detailfileinfoview'); \OCP\Util::addScript('files', 'detailtabview'); -\OCP\Util::addScript('files', 'detailsview'); \OCP\Util::addScript('files', 'mainfileinfodetailview'); +\OCP\Util::addScript('files', 'detailsview'); \OCP\Util::addStyle('files', 'detailsView'); \OC_Util::addVendorScript('core', 'handlebars/handlebars'); |