Skip to content

Commit eb73499

Browse files
committed
Updated map-container ID in all example files with bh-sl prefix
1 parent 82142fe commit eb73499

22 files changed

+49
-49
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! jQuery Google Maps Store Locator - v2.2.2 - 2015-12-09
1+
/*! jQuery Google Maps Store Locator - v2.3.0 - 2015-12-09
22
* http://www.bjornblog.com/web/jquery-store-locator-plugin
33
* Copyright (c) 2015 Bjorn Holine; Licensed MIT */
44

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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/autogeocode-example.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
2626
</form>
2727
</div>
2828

29-
<div id="map-container" class="bh-sl-map-container">
29+
<div id="bh-sl-map-container" class="bh-sl-map-container">
3030
<div class="bh-sl-loc-list">
3131
<ul class="list"></ul>
3232
</div>
@@ -40,7 +40,7 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
4040
<script src="assets/js/plugins/storeLocator/jquery.storelocator.js"></script>
4141
<script>
4242
$(function() {
43-
$('#map-container').storeLocator({autoGeocode: true});
43+
$('#bh-sl-map-container').storeLocator({autoGeocode: true});
4444
});
4545
</script>
4646

dist/bootstrap-example.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
3232
</div>
3333
</div>
3434

35-
<div id="map-container" class="bh-sl-map-container">
35+
<div id="bh-sl-map-container" class="bh-sl-map-container">
3636
<div class="row">
3737
<div id="map-results-container" class="container">
3838
<div id="bh-sl-map" class="bh-sl-map col-md-9"></div>
@@ -51,7 +51,7 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
5151
<script src="assets/js/plugins/storeLocator/jquery.storelocator.js"></script>
5252
<script>
5353
$(function() {
54-
$('#map-container').storeLocator({
54+
$('#bh-sl-map-container').storeLocator({
5555
'mapSettings' : {
5656
zoom : 12,
5757
mapTypeId: google.maps.MapTypeId.ROADMAP,

dist/categories-example.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
112112

113113
</div>
114114

115-
<div id="map-container" class="bh-sl-map-container">
115+
<div id="bh-sl-map-container" class="bh-sl-map-container">
116116
<div class="bh-sl-loc-list">
117117
<ul class="list"></ul>
118118
</div>
@@ -126,7 +126,7 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
126126
<script src="assets/js/plugins/storeLocator/jquery.storelocator.js"></script>
127127
<script>
128128
$(function() {
129-
$('#map-container').storeLocator({
129+
$('#bh-sl-map-container').storeLocator({
130130
'maxDistance': true,
131131
'taxonomyFilters' : {
132132
'category' : 'category-filters-container1',

dist/category-markers-example.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
2727
</form>
2828
</div>
2929

30-
<div id="map-container" class="bh-sl-map-container">
30+
<div id="bh-sl-map-container" class="bh-sl-map-container">
3131
<div class="bh-sl-loc-list">
3232
<ul class="list"></ul>
3333
</div>
@@ -41,7 +41,7 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
4141
<script src="assets/js/plugins/storeLocator/jquery.storelocator.js"></script>
4242
<script>
4343
$(function() {
44-
$('#map-container').storeLocator({
44+
$('#bh-sl-map-container').storeLocator({
4545
catMarkers : {
4646
'Restaurant' : ['assets/img/red-marker.png', 32, 32],
4747
'Cafe' : ['assets/img/blue-marker.png', 32, 32]

dist/default-location-example.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
2626
</form>
2727
</div>
2828

29-
<div id="map-container" class="bh-sl-map-container">
29+
<div id="bh-sl-map-container" class="bh-sl-map-container">
3030
<div class="bh-sl-loc-list">
3131
<ul class="list"></ul>
3232
</div>
@@ -40,7 +40,7 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
4040
<script src="assets/js/plugins/storeLocator/jquery.storelocator.js"></script>
4141
<script>
4242
$(function() {
43-
$('#map-container').storeLocator({
43+
$('#bh-sl-map-container').storeLocator({
4444
'slideMap' : false,
4545
'defaultLoc': true,
4646
'defaultLat': '44.9207462',

dist/fullmapstartblank-example.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
2626
</form>
2727
</div>
2828

29-
<div id="map-container" class="bh-sl-map-container">
29+
<div id="bh-sl-map-container" class="bh-sl-map-container">
3030
<div class="bh-sl-loc-list">
3131
<ul class="list"></ul>
3232
</div>
@@ -40,7 +40,7 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
4040
<script src="assets/js/plugins/storeLocator/jquery.storelocator.js"></script>
4141
<script>
4242
$(function() {
43-
$('#map-container').storeLocator({
43+
$('#bh-sl-map-container').storeLocator({
4444
'fullMapStartBlank': 3,
4545
'slideMap': false,
4646
'defaultLoc': true,

dist/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
2626
</form>
2727
</div>
2828

29-
<div id="map-container" class="bh-sl-map-container">
29+
<div id="bh-sl-map-container" class="bh-sl-map-container">
3030
<div class="bh-sl-loc-list">
3131
<ul class="list"></ul>
3232
</div>
@@ -40,7 +40,7 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
4040
<script src="assets/js/plugins/storeLocator/jquery.storelocator.js"></script>
4141
<script>
4242
$(function() {
43-
$('#map-container').storeLocator();
43+
$('#bh-sl-map-container').storeLocator();
4444
});
4545
</script>
4646

dist/inline-directions.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
2626
</form>
2727
</div>
2828

29-
<div id="map-container" class="bh-sl-map-container">
29+
<div id="bh-sl-map-container" class="bh-sl-map-container">
3030
<div class="bh-sl-loc-list">
3131
<ul class="list"></ul>
3232
</div>
@@ -40,7 +40,7 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
4040
<script src="assets/js/plugins/storeLocator/jquery.storelocator.js"></script>
4141
<script>
4242
$(function() {
43-
$('#map-container').storeLocator({
43+
$('#bh-sl-map-container').storeLocator({
4444
'inlineDirections': true
4545
});
4646
});

dist/json-example.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
2626
</form>
2727
</div>
2828

29-
<div id="map-container" class="bh-sl-map-container">
29+
<div id="bh-sl-map-container" class="bh-sl-map-container">
3030
<div class="bh-sl-loc-list">
3131
<ul class="list"></ul>
3232
</div>
@@ -40,7 +40,7 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
4040
<script src="assets/js/plugins/storeLocator/jquery.storelocator.js"></script>
4141
<script>
4242
$(function() {
43-
$('#map-container').storeLocator({
43+
$('#bh-sl-map-container').storeLocator({
4444
'dataType': 'json',
4545
'dataLocation': 'data/locations.json'
4646
});

dist/kml-example.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
2626
</form>
2727
</div>
2828

29-
<div id="map-container" class="bh-sl-map-container">
29+
<div id="bh-sl-map-container" class="bh-sl-map-container">
3030
<div class="bh-sl-loc-list">
3131
<ul class="list"></ul>
3232
</div>
@@ -40,7 +40,7 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
4040
<script src="assets/js/plugins/storeLocator/jquery.storelocator.js"></script>
4141
<script>
4242
$(function() {
43-
$('#map-container').storeLocator({
43+
$('#bh-sl-map-container').storeLocator({
4444
'dataType': 'kml',
4545
'dataLocation': 'data/locations.kml'
4646
});

dist/maxdistance-example.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
3232
</form>
3333
</div>
3434

35-
<div id="map-container" class="bh-sl-map-container">
35+
<div id="bh-sl-map-container" class="bh-sl-map-container">
3636
<div class="bh-sl-loc-list">
3737
<ul class="list"></ul>
3838
</div>
@@ -46,7 +46,7 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
4646
<script src="assets/js/plugins/storeLocator/jquery.storelocator.js"></script>
4747
<script>
4848
$(function() {
49-
$('#map-container').storeLocator({'maxDistance': true});
49+
$('#bh-sl-map-container').storeLocator({'maxDistance': true});
5050
});
5151
</script>
5252

dist/modal-example.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
2626
</form>
2727
</div>
2828

29-
<div id="map-container" class="bh-sl-map-container">
29+
<div id="bh-sl-map-container" class="bh-sl-map-container">
3030
<div class="bh-sl-loc-list">
3131
<ul class="list"></ul>
3232
</div>
@@ -40,7 +40,7 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
4040
<script src="assets/js/plugins/storeLocator/jquery.storelocator.js"></script>
4141
<script>
4242
$(function() {
43-
$('#map-container').storeLocator({
43+
$('#bh-sl-map-container').storeLocator({
4444
'slideMap': false,
4545
'modal': true
4646
});

dist/namesearch-example.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
3030
</form>
3131
</div>
3232

33-
<div id="map-container" class="bh-sl-map-container">
33+
<div id="bh-sl-map-container" class="bh-sl-map-container">
3434
<div class="bh-sl-loc-list">
3535
<ul class="list"></ul>
3636
</div>
@@ -44,7 +44,7 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
4444
<script src="assets/js/plugins/storeLocator/jquery.storelocator.js"></script>
4545
<script>
4646
$(function() {
47-
$('#map-container').storeLocator({'nameSearch': true});
47+
$('#bh-sl-map-container').storeLocator({'nameSearch': true});
4848
});
4949
</script>
5050

dist/noform-example.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
2323
<button id="bh-sl-submit" type="submit">Submit</button>
2424
</div>
2525

26-
<div id="map-container" class="bh-sl-map-container">
26+
<div id="bh-sl-map-container" class="bh-sl-map-container">
2727
<div class="bh-sl-loc-list">
2828
<ul class="list"></ul>
2929
</div>
@@ -37,7 +37,7 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
3737
<script src="assets/js/plugins/storeLocator/jquery.storelocator.js"></script>
3838
<script>
3939
$(function() {
40-
$('#map-container').storeLocator({'noForm':true});
40+
$('#bh-sl-map-container').storeLocator({'noForm':true});
4141
});
4242
</script>
4343

dist/pagination-example.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
2626
</form>
2727
</div>
2828

29-
<div id="map-container" class="bh-sl-map-container">
29+
<div id="bh-sl-map-container" class="bh-sl-map-container">
3030
<div class="bh-sl-loc-list">
3131
<ul class="list"></ul>
3232
</div>
@@ -44,7 +44,7 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
4444
<script src="assets/js/plugins/storeLocator/jquery.storelocator.js"></script>
4545
<script>
4646
$(function() {
47-
$('#map-container').storeLocator({
47+
$('#bh-sl-map-container').storeLocator({
4848
'pagination': true
4949
});
5050
});

dist/query-string-example/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
2626
</form>
2727
</div>
2828

29-
<div id="map-container" class="bh-sl-map-container">
29+
<div id="bh-sl-map-container" class="bh-sl-map-container">
3030
<div class="bh-sl-loc-list">
3131
<ul class="list"></ul>
3232
</div>

dist/query-string-example/submit.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
2626
</form>
2727
</div>
2828

29-
<div id="map-container" class="bh-sl-map-container">
29+
<div id="bh-sl-map-container" class="bh-sl-map-container">
3030
<div class="bh-sl-loc-list">
3131
<ul class="list"></ul>
3232
</div>
@@ -40,7 +40,7 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
4040
<script src="../assets/js/plugins/storeLocator/jquery.storelocator.js"></script>
4141
<script>
4242
$(function() {
43-
$('#map-container').storeLocator({
43+
$('#bh-sl-map-container').storeLocator({
4444
'querystringParams' : true,
4545
'fullMapStart': true,
4646
// The following paths are set because this example is in a subdirectory

dist/rawdata-example.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
</form>
5656
</div>
5757

58-
<div id="map-container" class="bh-sl-map-container">
58+
<div id="bh-sl-map-container" class="bh-sl-map-container">
5959
<div class="bh-sl-loc-list">
6060
<ul class="list"></ul>
6161
</div>
@@ -69,7 +69,7 @@
6969
<script src="assets/js/plugins/storeLocator/jquery.storelocator.js"></script>
7070
<script>
7171
$(function() {
72-
$('#map-container').storeLocator({
72+
$('#bh-sl-map-container').storeLocator({
7373
'dataRaw': <?php echo json_encode($data); ?>
7474
});
7575
});

test/storeLocator.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</form>
3333
</div>
3434

35-
<div id="map-container" class="bh-sl-map-container">
35+
<div id="bh-sl-map-container" class="bh-sl-map-container">
3636
<div class="bh-sl-loc-list">
3737
<ul class="list"></ul>
3838
</div>

0 commit comments

Comments
 (0)