Commit 78f6aa31 by François

Rechargement automatique de l'espace membre après validation données perso. coop

parent 0518b7ed
Pipeline #1637 passed with stage
in 1 minute 31 seconds
......@@ -96,14 +96,7 @@ function process_form_submission(event) {
closeModal();
if (!err) {
var msg = "Vous êtes maintenant enregistré ! ";
msg += "<a href='" + em_url + "'>Cliquez ici</a> ";
msg += "pour découvrir l'espace membre";
$('p.intro').remove();
vform.remove();
display_msg_box(msg);
window.location.href = em_url;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment