Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2021-10-20 17:39:16 +0300
committerJulius Härtl <jus@bitgrid.net>2021-10-25 17:51:37 +0300
commit9c937a63bf208a71ebb614ac70f3006ac9326dad (patch)
tree1547a4da3239f5fce149beef7b63f11e7fd2461a /apps/files/lib
parent584d275a501e32fc6f8d962085a93d4ed2d05264 (diff)
Move to combined files entrypoint
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/files/lib')
-rw-r--r--apps/files/lib/Controller/ViewController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/lib/Controller/ViewController.php b/apps/files/lib/Controller/ViewController.php
index 64ebbea0cfb..856f8d67d49 100644
--- a/apps/files/lib/Controller/ViewController.php
+++ b/apps/files/lib/Controller/ViewController.php
@@ -197,7 +197,7 @@ class ViewController extends Controller {
// Load the files we need
\OCP\Util::addStyle('files', 'merged');
\OCP\Util::addScript('files', 'merged-index');
- \OCP\Util::addScript('files', 'dist/templates');
+ \OCP\Util::addScript('files', 'dist/main');
// mostly for the home storage's free space
// FIXME: Make non static