Update ScriptUtils.ts

This commit is contained in:
jonnytest1 2021-05-03 16:11:16 +02:00 committed by GitHub
parent d674ac9e0c
commit 0a5dffd034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ class ScriptUtils {
}
public openCoWebsite(url: string, base: string) {
coWebsiteManager.loadCoWebsite(url, base);
}
public closeCoWebSite(){