File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
dist/query-string-example Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,6 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
25
25
< button id ="bh-sl-submit " type ="submit "> Submit</ button >
26
26
</ form >
27
27
</ div >
28
-
29
- < div id ="bh-sl-map-container " class ="bh-sl-map-container ">
30
- < div id ="bh-sl-map " class ="bh-sl-map "> </ div >
31
- < div class ="bh-sl-loc-list ">
32
- < ul class ="list "> </ ul >
33
- </ div >
34
- </ div >
35
28
</ div >
36
29
37
30
</ body >
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ filtering.
38
38
### Version 2.6.2
39
39
* Added callbackMapSet callback that fires after the map has been set up.
40
40
* Fixed issue where locations without attributes could get those attribute values from prior locations.
41
+ * Removed form markup from initial query string example index file as it's not needed until the submission page.
41
42
42
43
### Version 2.6.1
43
44
You can’t perform that action at this time.
0 commit comments