diff --git a/assets/js/sections/cqmap.js b/assets/js/sections/cqmap.js
index d374f71b..f4d4f912 100644
--- a/assets/js/sections/cqmap.js
+++ b/assets/js/sections/cqmap.js
@@ -151,9 +151,9 @@ function load_cq_map2(data) {
color: mapColor,
strokeOpacity: 0.3,
strokeWeight: 2,
- }).addTo(map);
+ }).addTo(map);
- var title = '' + (Number(i)+Number(1)) + '';
+ var title = '' + (Number(i)+Number(1)) + '';
var myIcon = L.divIcon({className: 'my-div-icon', html: title});
L.marker(
@@ -162,7 +162,7 @@ function load_cq_map2(data) {
title: (Number(i)+Number(1)),
zIndex: 1000,
}
- ).addTo(map).on('click', onClick);
+ ).addTo(map).on('click', onClick);
}
/*Legend specific*/