Skip to content

Commit 88700cf

Browse files
committed
Removed form markup from initial query string example index file as it's not needed until the submission page
1 parent f208830 commit 88700cf

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

dist/query-string-example/index.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
2525
<button id="bh-sl-submit" type="submit">Submit</button>
2626
</form>
2727
</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>
3528
</div>
3629

3730
</body>

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ filtering.
3838
### Version 2.6.2
3939
* Added callbackMapSet callback that fires after the map has been set up.
4040
* 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.
4142

4243
### Version 2.6.1
4344

0 commit comments

Comments
 (0)