From d3f670db692753ebeb2444fac52b56dfebb3edb0 Mon Sep 17 00:00:00 2001 From: Alfakhori <muhammad.alfakhori@hft-stuttgart.de> Date: Thu, 29 Aug 2024 10:15:24 +0000 Subject: [PATCH] Update public/index.html --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index a1ff10f..757f431 100644 --- a/public/index.html +++ b/public/index.html @@ -39,7 +39,7 @@ // Function to load pins from CSV and add them to the map function loadPins() { - Papa.parse('.public/data/pins.csv', { + Papa.parse('public/data/pins.csv', { download: true, header: true, complete: function(results) { -- GitLab