Skip to content
Snippets Groups Projects

Tuleap 189 re enable xdebug on mac

3 files
+ 7
4
Compare changes
  • Side-by-side
  • Inline

Files

@@ -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.");
Loading