resolution reload form (ref #107)
This commit is contained in:
parent
4ea1540233
commit
eea53bdeb4
|
@ -87,7 +87,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
function closeModal() {
|
function closeModal() {
|
||||||
window.parent.location.reload();
|
url=window.parent.location;
|
||||||
|
window.parent.location=url;
|
||||||
}
|
}
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
Loading…
Reference in New Issue