diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-09-18 17:20:14 +0200 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-09-18 17:20:14 +0200 |
commit | 12ff268e607738b03125ec6b212708391496d7f5 (patch) | |
tree | 56a6e8dfce6c73cd41e0063d3e488af81f3346d0 /apps/files/index.php | |
parent | 64cc13a8d35a6350494a81e012accabb61bb8d47 (diff) | |
download | nextcloud-server-12ff268e607738b03125ec6b212708391496d7f5.tar.gz nextcloud-server-12ff268e607738b03125ec6b212708391496d7f5.zip |
move upload dialog css to separate file
Diffstat (limited to 'apps/files/index.php')
-rw-r--r-- | apps/files/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/index.php b/apps/files/index.php index d46d8e32eef..9e54a706c01 100644 --- a/apps/files/index.php +++ b/apps/files/index.php @@ -26,6 +26,7 @@ OCP\User::checkLoggedIn(); // Load the files we need OCP\Util::addStyle('files', 'files'); +OCP\Util::addStyle('files', 'upload'); OCP\Util::addscript('files', 'file-upload'); OCP\Util::addscript('files', 'jquery.iframe-transport'); OCP\Util::addscript('files', 'jquery.fileupload'); |