diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-09-07 14:03:57 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-09-07 14:03:57 +0200 |
commit | 004de1425e23649ca011a8d57d09ec2280583b8a (patch) | |
tree | 99e8043118dd73922f152b65da0d1ebc688bd4a9 /apps/files_sharing | |
parent | a35bc974bbeb3f037af3dbc0a6acbd56599fa847 (diff) | |
parent | 4ba233350746b4287556d96bb9adbae039f93882 (diff) | |
download | nextcloud-server-004de1425e23649ca011a8d57d09ec2280583b8a.tar.gz nextcloud-server-004de1425e23649ca011a8d57d09ec2280583b8a.zip |
Merge pull request #18630 from owncloud/files-combineuploadbutton
Combine upload action into the "New" menu
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/templates/public.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php index 43c76125e16..cde28c80fc4 100644 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -17,6 +17,7 @@ OCP\Util::addStyle('files', 'upload'); OCP\Util::addScript('files', 'filesummary'); OCP\Util::addScript('files', 'breadcrumb'); OCP\Util::addScript('files', 'fileinfomodel'); +OCP\Util::addScript('files', 'newfilemenu'); OCP\Util::addScript('files', 'files'); OCP\Util::addScript('files', 'filelist'); OCP\Util::addscript('files', 'keyboardshortcuts'); |