Fix Error: Solvento el error de carga de una segunda tabla y añado un log para ver posibles errores con el audio

This commit is contained in:
2025-09-17 08:34:33 +02:00
parent 400e0c19ff
commit e1f64ee861
3 changed files with 19 additions and 22 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
const quiro2 = "{{ quiro2 }}";
</script>
<script src="{{ url_for('static', filename='js/utils.js') }}"></script>
<script src="{{ url_for('static', filename='js/scripts.js') }}"></script>
<script src="{{ url_for('static', filename='js/scripts.js') }}" defer></script>
<style>:root {--blink-start-color: {{ theme_colors.bg2 }};}</style>
</head>