From 59c982f31fc123bf4039b326ecc1ec999e52474b Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 21 Dec 2023 11:34:02 +0100 Subject: fix(files): Adjust ID for skip content buttons Signed-off-by: Ferdinand Thiessen --- apps/files/lib/Controller/ViewController.php | 4 +++- 1 file changed, 3 insertions(+), 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 ca9ac80b9e2..be5069b7f61 100644 --- a/apps/files/lib/Controller/ViewController.php +++ b/apps/files/lib/Controller/ViewController.php @@ -280,7 +280,9 @@ class ViewController extends Controller { $this->initialState->provideInitialState('templates', $this->templateManager->listCreators()); $params = [ - 'fileNotFound' => $fileNotFound ? 1 : 0 + 'fileNotFound' => $fileNotFound ? 1 : 0, + 'id-app-content' => '#app-content-vue', + 'id-app-navigation' => '#app-navigation-vue', ]; $response = new TemplateResponse( -- cgit v1.2.3