1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

fix: update banner script data-tblr-ref for production environment

This commit is contained in:
codecalm
2025-07-07 17:45:48 +02:00
parent 266d5ad773
commit af816227bc

View File

@@ -198,7 +198,7 @@
<script src="/js/docs{% if environment != 'development' %}.min{% endif %}.js" defer></script> <script src="/js/docs{% if environment != 'development' %}.min{% endif %}.js" defer></script>
{% if environment == 'production' %} {% if environment == 'production' %}
<script src="https://scripts.tabler.io/banner.js" defer data-tblr-ref="tabler-docs-top-banner"></script> <script src="https://scripts.tabler.io/banner.js" defer data-tblr-ref="tabler-docs"></script>
{% endif %} {% endif %}
</body> </body>
</html> </html>