From 7f2096cef9ba040a452733d42dfc3044d45cf138 Mon Sep 17 00:00:00 2001 From: "Tomas \"Jethro\" Pokorny" Date: Sun, 19 May 2019 12:11:50 +0200 Subject: [PATCH] Zapomenuty kus smazaneho kodu. --- korektury/templates/korektury/opraf.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/korektury/templates/korektury/opraf.html b/korektury/templates/korektury/opraf.html index 94e06560..cba5d1c4 100644 --- a/korektury/templates/korektury/opraf.html +++ b/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 %}