summaryrefslogtreecommitdiffstats
path: root/apps/files/index.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-03-28 10:27:15 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2014-03-28 10:27:15 +0100
commite3b951f4122f0a5d8531faaf4082bfb356366847 (patch)
tree87246f2eaba0c89db88496184b72c6b49eb4d77e /apps/files/index.php
parentccc55f40e6be7c9cc5e5484721998b2d60aeedc9 (diff)
parenteeaefd84c3911a166920084947ad1018c744e6a6 (diff)
downloadnextcloud-server-e3b951f4122f0a5d8531faaf4082bfb356366847.tar.gz
nextcloud-server-e3b951f4122f0a5d8531faaf4082bfb356366847.zip
Merge pull request #7724 from owncloud/mobile
[WIP] Mobile optimization for base layout and Files app
Diffstat (limited to 'apps/files/index.php')
-rw-r--r--apps/files/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/index.php b/apps/files/index.php
index c66cd40fb56..73601d26217 100644
--- a/apps/files/index.php
+++ b/apps/files/index.php
@@ -27,6 +27,7 @@ OCP\User::checkLoggedIn();
// Load the files we need
OCP\Util::addStyle('files', 'files');
OCP\Util::addStyle('files', 'upload');
+OCP\Util::addStyle('files', 'mobile');
OCP\Util::addscript('files', 'file-upload');
OCP\Util::addscript('files', 'jquery.iframe-transport');
OCP\Util::addscript('files', 'jquery.fileupload');