From 67124ddb4e6097dc08a4d1fbcac20eae68a3f63d Mon Sep 17 00:00:00 2001
From: JOE XMG <thunyathep.s@outlook.com>
Date: Thu, 22 Feb 2024 14:15:43 +0100
Subject: [PATCH] update file path

---
 public/udigit4icity/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/udigit4icity/index.html b/public/udigit4icity/index.html
index 22ac050..ef893fd 100644
--- a/public/udigit4icity/index.html
+++ b/public/udigit4icity/index.html
@@ -529,7 +529,7 @@ function closeDatastream() {
 
    document.getElementById("toggleSpaceTime").addEventListener("click", function () {
     // URL for the space-time visualization page
-    var spaceTimeURL = "/STC.html";
+    var spaceTimeURL = "./STC.html";
 
     // Open the space-time visualization page in a new window
     window.open(spaceTimeURL, "_blank");
-- 
GitLab