1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00

js in footer fix

This commit is contained in:
codecalm
2019-10-25 19:21:21 +02:00
committed by Alex Safian
parent 82026108e0
commit cf7a3f39bb

View File

@@ -29,7 +29,6 @@
{% include layout/og.html %}
{% include layout/css.html %}
{% include layout/js.html %}
<style>body { display: none; }</style>
</head>
@@ -44,6 +43,8 @@
{% endif %}
{% endif %}
{% include layout/js.html %}
{{ site.capture_global.scripts }}
<script>document.body.style.display = 'block';</script>