fix: defaultcontroller
comment out onload for home
This commit is contained in:
parent
6369f5c7b9
commit
34435f885c
@ -32,7 +32,7 @@ class DefaultController extends AbstractController
|
||||
$meta = $user->getMetaData();
|
||||
|
||||
return $this->render('default/home.html.twig', [
|
||||
'onLoad' => 'setHeight()',
|
||||
//'onLoad' => 'initHome()',
|
||||
'last4Notes' => $last4Notes,
|
||||
'reverseNoteSort' => $openNotes,
|
||||
'isAdmin' => $this->isGranted('ROLE_ADMIN'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user