Commit d3f670db authored by Alfakhori's avatar Alfakhori
Browse files

Update public/index.html

parent 667cfa77
Pipeline #10076 passed with stage
in 5 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment