From 0a5dffd0344762d7a3f7e3f98cc097c97a86dd17 Mon Sep 17 00:00:00 2001 From: jonnytest1 Date: Mon, 3 May 2021 16:11:16 +0200 Subject: [PATCH] Update ScriptUtils.ts --- front/src/Api/ScriptUtils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/front/src/Api/ScriptUtils.ts b/front/src/Api/ScriptUtils.ts index 8a5cb2c9..e1c94507 100644 --- a/front/src/Api/ScriptUtils.ts +++ b/front/src/Api/ScriptUtils.ts @@ -12,6 +12,7 @@ class ScriptUtils { } public openCoWebsite(url: string, base: string) { + coWebsiteManager.loadCoWebsite(url, base); } public closeCoWebSite(){