diff --git a/Resources/Private/Layouts/Default.html b/Resources/Private/Layouts/Default.html index a5b39c4d31520178c8c4bc6fb65db5ad758bf743..a0bed920bb54b9db175dddaaaeac3cd5d63769e7 100644 --- a/Resources/Private/Layouts/Default.html +++ b/Resources/Private/Layouts/Default.html @@ -15,5 +15,6 @@ <f:render section="Title" /> </h1> <f:render section="Content" /> + <f:render section="Javascripts" /> </body> </html> \ No newline at end of file diff --git a/Resources/Private/Templates/Tsref/Index.html b/Resources/Private/Templates/Tsref/Index.html index fee2f035ac1f97d5cf1bcd62829894df3b747a19..3540349a8480c9eeb1998ff462ab16a3fd1a7ebc 100644 --- a/Resources/Private/Templates/Tsref/Index.html +++ b/Resources/Private/Templates/Tsref/Index.html @@ -1,4 +1,5 @@ <f:layout name="Default" /> +<f:section name="Javascripts"></f:section> <f:section name="Title">Index view of Standard controller</f:section>