fixed url cannot be relative
This commit is contained in:
parent
746f1029a8
commit
d674ac9e0c
2 changed files with 7 additions and 4 deletions
|
@ -11,8 +11,7 @@ class ScriptUtils {
|
|||
|
||||
}
|
||||
|
||||
public openCoWebsite(url : string){
|
||||
coWebsiteManager.loadCoWebsite(url,url);
|
||||
public openCoWebsite(url: string, base: string) {
|
||||
}
|
||||
|
||||
public closeCoWebSite(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue