From 3897bf8ed96b32e0bd48c9c68995d8ab5b492716 Mon Sep 17 00:00:00 2001
From: Patrick <patrick.wuerstle@gmx.de>
Date: Fri, 7 Jan 2022 17:26:54 +0100
Subject: [PATCH] update path part 3

---
 vcm/js/soundquiz.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vcm/js/soundquiz.js b/vcm/js/soundquiz.js
index 03f177875..9302cfbc1 100644
--- a/vcm/js/soundquiz.js
+++ b/vcm/js/soundquiz.js
@@ -192,7 +192,7 @@ function check_Bau(location) {
         if (ptsWithin.features.length == 0){
             document.getElementById("solution_bau").src="https://transfer.hft-stuttgart.de/partizipation/datasource-data/NoiseData/Icons_soundquiz/icon_wrong.png";
         } else if (ptsWithin.features.length == 1){
-            document.getElementById("solution_bau").src="/datasource-data/NoiseData/Icons_soundquiz/icon_right.png";
+            document.getElementById("solution_bau").src="https://transfer.hft-stuttgart.de/partizipation/datasource-data/NoiseData/Icons_soundquiz/icon_right.png";
         }
     } else if (location == "quiz_pragfriedhof"){
         var points = turf.points([
-- 
GitLab