resolution reload form (ref #107)

This commit is contained in:
afornerot 2020-04-20 13:57:34 +02:00
parent 4ea1540233
commit eea53bdeb4

View File

@ -87,7 +87,8 @@
} }
function closeModal() { function closeModal() {
window.parent.location.reload(); url=window.parent.location;
window.parent.location=url;
} }
{% endblock %} {% endblock %}