From d93fa4e72100b011c30b03b26856c9418681f491 Mon Sep 17 00:00:00 2001 From: Wahyu Ramadhan Date: Mon, 5 Jun 2023 11:08:06 +0700 Subject: [PATCH] Quick fix --- edit-mode/function/ganttSettings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edit-mode/function/ganttSettings.js b/edit-mode/function/ganttSettings.js index 4198331..8043990 100644 --- a/edit-mode/function/ganttSettings.js +++ b/edit-mode/function/ganttSettings.js @@ -132,7 +132,7 @@ $(document).ready(function() { }); $("#dashboard-project").on('click', function(event) { - window.location.href = `http://localhost:3000/#/dashboard-project/${projectId}/${ganttId}`; + window.location.href = `https://adw.ospro.id/#/dashboard-project/${projectId}/${ganttId}`; }); $("#gantt-baseline").on('click', function(event) {