upsi :)
This commit is contained in:
parent
7a8ef1a9eb
commit
9eb57443f9
|
|
@ -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/";
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue