зеркало из https://github.com/nextcloud/deck.git
Set ids to skip to content/navigation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Родитель
48d8e2f453
Коммит
7f230f2999
|
@ -94,7 +94,10 @@ class PageController extends Controller {
|
|||
$this->eventDispatcher->dispatchTyped(new LoadViewer());
|
||||
}
|
||||
|
||||
$response = new TemplateResponse('deck', 'main');
|
||||
$response = new TemplateResponse('deck', 'main', [
|
||||
'id-app-content' => '#app-content-vue',
|
||||
'id-app-navigation' => '#app-navigation-vue',
|
||||
]);
|
||||
|
||||
if ($this->config->getSystemValueBool('debug', false)) {
|
||||
$csp = new ContentSecurityPolicy();
|
||||
|
|
Загрузка…
Ссылка в новой задаче