Skip to content

Commit 8619385

Browse files
committed
Realigned settings parameters
1 parent 706097a commit 8619385

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dist/assets/js/plugins/storeLocator/jquery.storelocator.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
'defaultLng' : null,
5959
'autoComplete' : false,
6060
'autoGeocode' : false,
61-
'geocodeID' : null,
61+
'geocodeID' : null,
6262
'maxDistance' : false,
6363
'maxDistanceID' : 'bh-sl-maxdistance',
6464
'fullMapStart' : false,
@@ -75,7 +75,7 @@
7575
'searchID' : 'bh-sl-search',
7676
'nameAttribute' : 'name',
7777
'visibleMarkersList' : false,
78-
'dragSearch' : false,
78+
'dragSearch' : false,
7979
'infowindowTemplatePath' : 'assets/js/plugins/storeLocator/templates/infowindow-description.html',
8080
'listTemplatePath' : 'assets/js/plugins/storeLocator/templates/location-list-description.html',
8181
'KMLinfowindowTemplatePath': 'assets/js/plugins/storeLocator/templates/kml-infowindow-description.html',

src/js/jquery.storelocator.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
'defaultLng' : null,
5656
'autoComplete' : false,
5757
'autoGeocode' : false,
58-
'geocodeID' : null,
58+
'geocodeID' : null,
5959
'maxDistance' : false,
6060
'maxDistanceID' : 'bh-sl-maxdistance',
6161
'fullMapStart' : false,
@@ -72,7 +72,7 @@
7272
'searchID' : 'bh-sl-search',
7373
'nameAttribute' : 'name',
7474
'visibleMarkersList' : false,
75-
'dragSearch' : false,
75+
'dragSearch' : false,
7676
'infowindowTemplatePath' : 'assets/js/plugins/storeLocator/templates/infowindow-description.html',
7777
'listTemplatePath' : 'assets/js/plugins/storeLocator/templates/location-list-description.html',
7878
'KMLinfowindowTemplatePath': 'assets/js/plugins/storeLocator/templates/kml-infowindow-description.html',

0 commit comments

Comments
 (0)