From eea53bdeb4d1ccfb3cd81bd9b51de984e3dbb565 Mon Sep 17 00:00:00 2001 From: afornerot Date: Mon, 20 Apr 2020 13:57:34 +0200 Subject: [PATCH] resolution reload form (ref #107) --- .../Cadoles/CoreBundle/Resources/views/Mail/users.html.twig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ninegate-1.0/src/Cadoles/CoreBundle/Resources/views/Mail/users.html.twig b/src/ninegate-1.0/src/Cadoles/CoreBundle/Resources/views/Mail/users.html.twig index 7419c7d0..f518fdc5 100644 --- a/src/ninegate-1.0/src/Cadoles/CoreBundle/Resources/views/Mail/users.html.twig +++ b/src/ninegate-1.0/src/Cadoles/CoreBundle/Resources/views/Mail/users.html.twig @@ -87,7 +87,8 @@ } function closeModal() { - window.parent.location.reload(); + url=window.parent.location; + window.parent.location=url; } {% endblock %} \ No newline at end of file