diff --git a/capsule-prototype/js/online-script.js b/capsule-prototype/js/online-script.js index bf13d5c2f1e96b174deb165f5afe7d3561ceb22b..94ac3ec79b0f0898f9447caeef045e1719f0e392 100644 --- a/capsule-prototype/js/online-script.js +++ b/capsule-prototype/js/online-script.js @@ -1034,8 +1034,8 @@ function removeProject() { dataType: "json", data: {"remove": 1}, success: function(retour) { - rouletteEnd(); - window.location.replace("http://project.memorekall.fr"); + rouletteEnd(); + window.app.rekall.Rekall('openUrl', window.app.urls.memberHome); }, error: function() { openAlert("Server error. Try again.");