aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Controller/ViewController.php
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2024-09-20 13:43:23 +0200
committerFerdinand Thiessen <opensource@fthiessen.de>2024-09-20 13:46:46 +0200
commit4c067fcbae56bbaa1f70280d4e209013f68f9862 (patch)
tree399bb2058794d44e8572d66c5ff2fb11f6178575 /apps/files/lib/Controller/ViewController.php
parent311910865444860194a6f8b7ff85d554f348ace2 (diff)
downloadnextcloud-server-4c067fcbae56bbaa1f70280d4e209013f68f9862.tar.gz
nextcloud-server-4c067fcbae56bbaa1f70280d4e209013f68f9862.zip
chore(files): Remove legacy style files
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'apps/files/lib/Controller/ViewController.php')
-rw-r--r--apps/files/lib/Controller/ViewController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/lib/Controller/ViewController.php b/apps/files/lib/Controller/ViewController.php
index c402a4c5bed..b5c61aaa5f4 100644
--- a/apps/files/lib/Controller/ViewController.php
+++ b/apps/files/lib/Controller/ViewController.php
@@ -139,7 +139,6 @@ class ViewController extends Controller {
// Load the files we need
\OCP\Util::addInitScript('files', 'init');
- \OCP\Util::addStyle('files', 'merged');
\OCP\Util::addScript('files', 'main');
$userId = $this->userSession->getUser()->getUID();