From fa57c33e7c8daa816bf10a2460f312ab169aef2b Mon Sep 17 00:00:00 2001 From: Mowkax Date: Sun, 16 Jul 2023 00:25:01 +0300 Subject: [PATCH 1/2] fix: chrn.health link fixed --- Server/app/svelte/public/js/coops.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Server/app/svelte/public/js/coops.js b/Server/app/svelte/public/js/coops.js index ab76235..ed0502f 100644 --- a/Server/app/svelte/public/js/coops.js +++ b/Server/app/svelte/public/js/coops.js @@ -6,7 +6,7 @@ export let coops = [ market: "wellnessAndHealth", workers: 2, status: "inDevelopment", - website: "chrn.health", + website: [ "https://www.chrn.health/", "chrn.health"], contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"], description: "descriptionChironHealth" }, @@ -52,7 +52,7 @@ export function addMarkersCoops(map,content) { text += fieldText + "" + content[g.contact[1]] + "" + "
" } else if (field=="website") { - text += fieldText + "" + g.website + "" + "
" + text += fieldText + "" + g.website[1] + "" + "
" } else if (field=="location") { let location = g[field][0] From 8698ecc261c2fec1e7f65ef08a780f3bbbaac8bf Mon Sep 17 00:00:00 2001 From: Mowkax Date: Sun, 16 Jul 2023 22:06:52 +0300 Subject: [PATCH 2/2] fix: fixed links to chrn.health website --- Server/public/js/coops.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Server/public/js/coops.js b/Server/public/js/coops.js index ab76235..ed0502f 100644 --- a/Server/public/js/coops.js +++ b/Server/public/js/coops.js @@ -6,7 +6,7 @@ export let coops = [ market: "wellnessAndHealth", workers: 2, status: "inDevelopment", - website: "chrn.health", + website: [ "https://www.chrn.health/", "chrn.health"], contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"], description: "descriptionChironHealth" }, @@ -52,7 +52,7 @@ export function addMarkersCoops(map,content) { text += fieldText + "" + content[g.contact[1]] + "" + "
" } else if (field=="website") { - text += fieldText + "" + g.website + "" + "
" + text += fieldText + "" + g.website[1] + "" + "
" } else if (field=="location") { let location = g[field][0]