From e88fcd0854fd34fa0614a1d36ea0e9606ebca35d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Mon, 13 Jul 2020 12:24:49 +0200 Subject: Bump dist & fix script loading name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- lib/Controller/PageController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Controller/PageController.php b/lib/Controller/PageController.php index b4b0e99a..ef33403c 100644 --- a/lib/Controller/PageController.php +++ b/lib/Controller/PageController.php @@ -79,7 +79,7 @@ class PageController extends Controller { $this->initialStateService->provideInitialState($this->appName, 'mimes', Application::MIMES); $this->initialStateService->provideInitialState($this->appName, 'maps', $this->appManager->isEnabledForUser('maps') === true); - Util::addScript($this->appName, 'photos'); + Util::addScript($this->appName, 'photos-main'); Util::addStyle($this->appName, 'icons'); $response = new TemplateResponse($this->appName, 'main'); -- cgit v1.2.3