Merge pull request #1142 from marcoAntonioNina/BUG-10255

BUG 10255 Al hacer doble click sobre a un skin para que este... SOLVED
This commit is contained in:
julceslauhub
2013-01-02 12:23:07 -08:00

View File

@@ -816,6 +816,10 @@ function changeSkin(newSkin,currentSkin){
newLocation = currentLocation.replace("/" + currentSkin + "/", "/" + newSkin + "/setup/");
}
}
var point = newLocation.indexOf('s=SKINS');
if (point == -1) {
newLocation = newLocation +"?s=SKINS";
}
top.location.href = newLocation;
}
else {