BUG cuando se habilita el plugin se va a la ventana home SOLVED

- The parameter not envoy.
- Was send the parameter st for identified the tab.
This commit is contained in:
Marco Antonio Nina
2012-08-24 16:34:12 -04:00
parent dad253f0c9
commit 2963916d7f

View File

@@ -257,11 +257,9 @@ function activeDeactive(){
var site = '';
if (SYS_SKIN.substring(0,2) == 'ux') {
site = PROCESSMAKER_URL + '/main?st=admin&s='+parent._NODE_SELECTED;
} else {
site = PROCESSMAKER_URL + "/setup/main?s="+parent._NODE_SELECTED;
}
parent.parent.location.href = site
return;