This commit is contained in:
Jonas Havelka 2025-02-19 15:34:30 +01:00
parent 2f30d8d27f
commit eb9232305f

View file

@ -14,6 +14,9 @@
<script>
// Mapování stránka -> korektury
/**
* @type {Object.<number, Array<Oprava>>}
*/
const comments = {
{% for s in img_indexes %}
{{s}}: []{% if not forloop.last %},{% endif %}