Commit 1a90ffeb by Thibault Grandjean

reload after delete pair

parent eb296715
Pipeline #1903 failed with stage
in 1 minute 25 seconds
......@@ -199,7 +199,10 @@ function delete_pair(childId) {
dataType: 'json',
contentType: "application/json; charset=utf-8",
data: JSON.stringify(payload),
success: function() {alert("binôme désolidarisé")},
success: function() {
alert("binôme désolidarisé");
location.reload();
},
error: function(data) {
err = {msg: "erreur serveur lors de la récupération des membres avec rattrapage", ctx: 'load_makeups_members'};
if (typeof data.responseJSON != 'undefined' && typeof data.responseJSON.error != 'undefined') {
......
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