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>
|
||||
// Mapování stránka -> korektury
|
||||
const comments = {
|
||||
{% for s in img_indexes %}
|
||||
{{s}}: []{% if not forloop.last %},{% endif %}
|
||||
{% for s in opravy_strany %}
|
||||
{{s.strana}}: []{% if not forloop.last %},{% endif %}
|
||||
{% endfor %}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue