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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user