diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-10-01 18:07:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-01 18:07:22 +0200 |
commit | e1606d1a027c8e84b4ce4dca13051f9a73b47873 (patch) | |
tree | e2683c32529ac9430b20064208b82e286595339c /apps/files_sharing/lib | |
parent | c4ea7b1e8f3fc05bee6c52859231ad9df51f01b4 (diff) | |
parent | 40934ab15b2a6989a3ab067aec4654309dbd6c43 (diff) | |
download | nextcloud-server-e1606d1a027c8e84b4ce4dca13051f9a73b47873.tar.gz nextcloud-server-e1606d1a027c8e84b4ce4dca13051f9a73b47873.zip |
Merge pull request #11496 from nextcloud/csp/filemultiselectmenu
Move filemultiselectmenu to compiled handlebars
Diffstat (limited to 'apps/files_sharing/lib')
-rw-r--r-- | apps/files_sharing/lib/Controller/ShareController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/lib/Controller/ShareController.php b/apps/files_sharing/lib/Controller/ShareController.php index 9057f7abaed..2cc34dde8bb 100644 --- a/apps/files_sharing/lib/Controller/ShareController.php +++ b/apps/files_sharing/lib/Controller/ShareController.php @@ -397,7 +397,7 @@ class ShareController extends AuthPublicShareController { // JS required for folders \OCP\Util::addStyle('files', 'merged'); \OCP\Util::addScript('files', 'filesummary'); - \OCP\Util::addScript('files', 'filesummary_template'); + \OCP\Util::addScript('files', 'templates'); \OCP\Util::addScript('files', 'breadcrumb'); \OCP\Util::addScript('files', 'fileinfomodel'); \OCP\Util::addScript('files', 'newfilemenu'); |