bunch of bug fixes
This commit is contained in:
parent
c7b19a74bb
commit
01c0802c22
11 changed files with 40 additions and 25 deletions
|
|
@ -174,7 +174,7 @@ this.getWrappedURL = function() {
|
|||
if (this.url.indexOf("?") == -1) {
|
||||
return "http://" + AssetManager_getManager().tools.getHostName(location.href) + this.url + "?";
|
||||
}else {
|
||||
return "http://" + AssetManager_getManager().tools.getHostName(location.href) + url + "&";
|
||||
return "http://" + AssetManager_getManager().tools.getHostName(location.href) + this.url + "&";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue