summaryrefslogtreecommitdiffstats
path: root/lib/Controller/PageController.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Controller/PageController.php')
-rw-r--r--lib/Controller/PageController.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Controller/PageController.php b/lib/Controller/PageController.php
index caad0ae60..5c2fb7539 100644
--- a/lib/Controller/PageController.php
+++ b/lib/Controller/PageController.php
@@ -277,7 +277,7 @@ class PageController extends Controller {
$response = new TemplateResponse($this->appName, 'index', [
'app' => Application::APP_ID,
- 'id-app-content' => '#app-content-vue',
+ 'id-app-content' => '#content-vue',
'id-app-navigation' => '#app-navigation-vue',
]);
@@ -328,7 +328,7 @@ class PageController extends Controller {
$this->eventDispatcher->dispatchTyped(new RenderReferenceEvent());
$response = new PublicTemplateResponse($this->appName, 'recording', [
- 'id-app-content' => '#app-content-vue',
+ 'id-app-content' => '#content-vue',
'id-app-navigation' => null,
]);
@@ -403,7 +403,7 @@ class PageController extends Controller {
$this->eventDispatcher->dispatchTyped(new RenderReferenceEvent());
$response = new PublicTemplateResponse($this->appName, 'index', [
- 'id-app-content' => '#app-content-vue',
+ 'id-app-content' => '#content-vue',
'id-app-navigation' => null,
]);