summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/templates
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-08-27 13:22:58 +0200
committerVincent Petry <pvince81@owncloud.com>2015-08-28 17:27:48 +0200
commit59273a8863ecc0aa570f56e024cb1a22d424111a (patch)
treede68a1c0978ec00e3dd81a9862a7cc51e9408b5c /apps/files_sharing/templates
parentefeef958a3e707c06f25dc6e473d1b49edf88b07 (diff)
downloadnextcloud-server-59273a8863ecc0aa570f56e024cb1a22d424111a.tar.gz
nextcloud-server-59273a8863ecc0aa570f56e024cb1a22d424111a.zip
Combine upload action into the "New" menu
Refactored the new menu to be encapsulated in the NewFileMenu JS class
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r--apps/files_sharing/templates/public.php1
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');