Skip to content
Snippets Groups Projects
Commit 0d7c2373 authored by Martin Mareš's avatar Martin Mareš
Browse files

Novinky: V kolech na úrovni nižší než kraj se refreshuje po 5 minutách

parent 9b69a8ce
No related branches found
No related tags found
1 merge request!98Praktické úlohy a propojení s CMS
...@@ -7,5 +7,5 @@ ...@@ -7,5 +7,5 @@
{% endif %} {% endif %}
</div> </div>
<script type="text/javascript"> <script type="text/javascript">
r = new NewsReloader(document.getElementById("novinky"), document.getElementById("novinky-status"), "{{ url }}", 60000); r = new NewsReloader(document.getElementById("novinky"), document.getElementById("novinky-status"), "{{ url }}", {% if round.level > 2 %}300000{% else %}60000{% endif %});
</script> </script>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment