BUG 10255 Al hacer doble click sobre a un skin para que este... SOLVED

- Not had this option.
- Was add validation for url.
This commit is contained in:
Marco Antonio Nina
2013-01-02 16:10:57 -04:00
parent 1a6da90ca0
commit a98eb8f672

View File

@@ -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 {