Skip to content

Commit 420a53f

Browse files
committed
LUT-29580 : Move macro after end script tag
1 parent 5d6baf8 commit 420a53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/WEB-INF/templates/admin/themes/tabler/pages/header/adminHeader.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ if( localTheme === null ){
3434
localStorage.setItem( 'lutece-tabler-theme',localTheme );
3535
</#if>
3636
</#if>
37+
</script>
3738
<#-- Optional Jquery Inclusion for compat need the library-theme-jquery library https://github.com/lutece-platform/lutece-tech-library-theme-jquery -->
3839
<#if jqueryHeader??>
3940
<@jqueryHeader />
4041
</#if>
4142
<#-- End of Optional Jquery Inclusion -->
42-
</script>
4343
</head>
4444
<body<#if bodyClass!=''> class="${bodyClass!}"</#if> ${readMode} data-bs-theme-base="neutral" data-bs-theme-radius="2">
4545
<@adminSkipNav />

0 commit comments

Comments
 (0)