Skip to content

Commit 15c086e

Browse files
committed
Ollea updates
1 parent 747c0d3 commit 15c086e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.storelocator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ $.fn.storeLocator = function(options) {
690690
for(var y = 0; y <= storenum; y++) {
691691
var letter = String.fromCharCode("A".charCodeAt(0) + y);
692692
var point = new google.maps.LatLng(locationset[y]['lat'], locationset[y]['lng']);
693-
marker = createMarker(point, locationset[y]['name'], locationset[y]['address'], letter);
693+
marker = createMarker(point, locationset[y]['name'], locationset[y]['address'], letter );
694694
marker.set("id", y);
695695
markers[y] = marker;
696696
if((settings.fullMapStart === true && firstRun === true) || settings.zoomLevel === 0){

0 commit comments

Comments
 (0)