Compare commits
No commits in common. "c75697b221a5c39e1bca6d7d17dceab5f4349fcb" and "23620e178b1345eef3af154293c16167d98a17eb" have entirely different histories.
c75697b221
...
23620e178b
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@
|
||||||
<script>
|
<script>
|
||||||
// Mapování stránka -> korektury
|
// Mapování stránka -> korektury
|
||||||
const comments = {
|
const comments = {
|
||||||
{% for s in img_indexes %}
|
{% for s in opravy_strany %}
|
||||||
{{s}}: []{% if not forloop.last %},{% endif %}
|
{{s.strana}}: []{% if not forloop.last %},{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue