Browse Source

Zapomenuty kus smazaneho kodu.

export_seznamu_prednasek
parent
commit
7f2096cef9
  1. 5
      korektury/templates/korektury/opraf.html

5
korektury/templates/korektury/opraf.html

@ -234,11 +234,6 @@
["img-{{s.strana}}", [{% for o in s.op_id %}["op{{o.id}}",{{o.x}},{{o.y}}],{% endfor %}[]]],
{% endfor %}
[]]
function place_comments() {
for (var i=0; i < comments.length-1; i++) {
place_comments_one_div(comments[i][0], comments[i][1])
}
}
{% if scroll %}
window.scrollTo(0,{{scroll}});
{% endif %}

Loading…
Cancel
Save