diff --git a/workflow/engine/templates/setup/skinList.js b/workflow/engine/templates/setup/skinList.js index 644959b2b..c31d6d00f 100755 --- a/workflow/engine/templates/setup/skinList.js +++ b/workflow/engine/templates/setup/skinList.js @@ -816,6 +816,10 @@ function changeSkin(newSkin,currentSkin){ newLocation = currentLocation.replace("/" + currentSkin + "/", "/" + newSkin + "/setup/"); } } + var punto = newLocation.indexOf('s=SKINS'); + if (punto == -1) { + newLocation = newLocation +"?s=SKINS"; + } top.location.href = newLocation; } else {