Оживил с китайским другом кнопку гамбургера
All checks were successful
Deploy MES Core / deploy (push) Successful in 9s

This commit is contained in:
2026-03-29 11:47:59 +03:00
parent b256bec04b
commit 641abfff5e
2 changed files with 6 additions and 4 deletions

View File

@@ -23,7 +23,8 @@
{% include 'components/_footer.html' %}
{% endif %}
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.min.js"></script>
<script>
function updateThemeIcon(theme) {
const icon = document.getElementById('theme-icon');