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

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-07-13 13:24:49 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-07-13 13:25:16 +0300
commite88fcd0854fd34fa0614a1d36ea0e9606ebca35d (patch)
tree1365c1ecaa0c981c0e49b608400dce7e413cb50b /lib
parent471a8f026b3fa508affcfa57fdf92f6c80c97a8d (diff)
Bump dist & fix script loading name
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Controller/PageController.php2
1 files changed, 1 insertions, 1 deletions
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');