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:
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');