cachebust bitty script too

This commit is contained in:
2025-12-03 10:15:22 +03:00
parent eb76338c4a
commit 3742749cf6

View File

@@ -13,7 +13,7 @@
<script src="{{ '/static/js/vnd/bitty-6.0.0-rc3.min.js' | cachebust }}" type="module"></script> <script src="{{ '/static/js/vnd/bitty-6.0.0-rc3.min.js' | cachebust }}" type="module"></script>
</head> </head>
<body> <body>
<bitty-6-0 data-connect="/static/js/bitties/pyrom-bitty.js"> <bitty-6-0 data-connect="{{ '/static/js/bitties/pyrom-bitty.js' | cachebust }}">
{% include 'common/topnav.html' %} {% include 'common/topnav.html' %}
{% with messages = get_flashed_messages(with_categories=true) %} {% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %} {% if messages %}