This commit is contained in:
holger.trampe 2019-12-12 20:12:25 +01:00
parent 7a8ef1a9eb
commit 9eb57443f9
1 changed files with 2 additions and 2 deletions

View File

@ -60,12 +60,12 @@ function goToUser(){
if(selected_id != 'parent'){
$("#diagram").hide();
$("#spinner").show();
/*window.location.href = "/orga/single/"+selected_id; */
window.location.href = "/orga/single/"+selected_id;
}
else{
$("#diagram").hide();
$("#spinner").show();
/*window.location.href = "/orga/"; */
window.location.href = "/orga/";
}
}