We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 316ce0d commit 669582fCopy full SHA for 669582f
examples/header.html
@@ -30,10 +30,10 @@
30
<i class="fa fa-sort-down"></i>
31
</a>
32
<ul class="dropdown-menu ">
33
- <li><a href="#" id="lf">for Leaflet</a></li>
34
- <li><a href="#" id="ol">for OpenLayers</a></li>
35
- <li><a href="#" id="mbgl">for MapboxGL</a></li>
36
- <li><a href="#" id="wbgl">3D-WebGL</a></li>
+ <li><a href="#" id="leaflet">for Leaflet</a></li>
+ <li><a href="#" id="openlayers">for OpenLayers</a></li>
+ <li><a href="#" id="mapboxgl">for MapboxGL</a></li>
+ <li><a href="#" id="3dwebgl">3D-WebGL</a></li>
37
</ul>
38
</li>
39
<li class="api-menu" id="headerPricing">
0 commit comments