Browse Source

Merge pull request 'staging' (#16) from staging into master

Reviewed-on: ordo/adw-gantt#16
pull/1/head
ibnu 1 year ago
parent
commit
cb08b8a790
  1. 7
      view-mode/function/overlaySCurve.js

7
view-mode/function/overlaySCurve.js

@ -17,12 +17,9 @@ function messageListener(event) {
if (event.data && event.data.action === 'sendUrl') { if (event.data && event.data.action === 'sendUrl') {
const parentUrl = event.data.url; const parentUrl = event.data.url;
// Remove the base URL and hash
const path = parentUrl.replace("https://adw.ospro.id/#/dashboard-project/", "");
// Split the remaining path by "/" // Split the remaining path by "/"
parts = path.split("/"); parts = parentUrl.split("/");
if (parts[2] && parts[2] == "1") { if (parts[7] && parts[7] == "1") {
$.ajax({ $.ajax({
headers: { headers: {
"Content-Type": "application/json", "Content-Type": "application/json",

Loading…
Cancel
Save