Typ
This commit is contained in:
parent
2f30d8d27f
commit
eb9232305f
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
// Mapování stránka -> korektury
|
// Mapování stránka -> korektury
|
||||||
|
/**
|
||||||
|
* @type {Object.<number, Array<Oprava>>}
|
||||||
|
*/
|
||||||
const comments = {
|
const comments = {
|
||||||
{% for s in img_indexes %}
|
{% for s in img_indexes %}
|
||||||
{{s}}: []{% if not forloop.last %},{% endif %}
|
{{s}}: []{% if not forloop.last %},{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue