From 9c937a63bf208a71ebb614ac70f3006ac9326dad Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Wed, 20 Oct 2021 16:39:16 +0200 Subject: Move to combined files entrypoint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- apps/files/lib/Controller/ViewController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files/lib/Controller/ViewController.php') 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 -- cgit v1.2.3