diff --git a/sources/setup/workspace_template/javascript/ModGUI.js b/sources/setup/workspace_template/javascript/ModGUI.js index 57b1b44..dcecd31 100644 --- a/sources/setup/workspace_template/javascript/ModGUI.js +++ b/sources/setup/workspace_template/javascript/ModGUI.js @@ -162,7 +162,7 @@ function displayGui() { notice.style = "color: yellow; display: block; margin-top: 2rem; width: 0; white-space: nowrap;"; container.appendChild(notice); - //ModAPI.events.callEvent("gui", {}); + ModAPI.events.callEvent("gui", {}); document.body.appendChild(container); } gui(); diff --git a/sources/setup/workspace_template/javascript/OfflineDownloadTemplate.txt b/sources/setup/workspace_template/javascript/OfflineDownloadTemplate.txt index e7641f0..be5ed84 100644 --- a/sources/setup/workspace_template/javascript/OfflineDownloadTemplate.txt +++ b/sources/setup/workspace_template/javascript/OfflineDownloadTemplate.txt @@ -456,7 +456,7 @@ function displayGui() { notice.style = "color: yellow; display: block; margin-top: 2rem; width: 0; white-space: nowrap;"; container.appendChild(notice); - //ModAPI.events.callEvent("gui", {}); + ModAPI.events.callEvent("gui", {}); document.body.appendChild(container); } gui();