Skip to content

Commit 0baefec

Browse files
committed
修改示例导航链接当前窗口打开
1 parent 19e916e commit 0baefec

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

examples/template/header.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@
1818
<ul class="nav navbar-nav nav-header-example">
1919

2020
<li class="navbar-menu" id="leaflet-menu">
21-
<a class="center" target="_blank"
21+
<a class="center" target="_self"
2222
href="../leaflet/examples.html">For Leaflet</a>
2323
</li>
2424
<li class="navbar-menu" id="openlayers-menu">
25-
<a class="center" target="_blank"
25+
<a class="center" target="_self"
2626
href="../openlayers/examples.html">For OpenLayers</a>
2727

2828
</li>
2929
<li class="navbar-menu" id="mapboxgl-menu">
30-
<a class="center" target="_blank"
30+
<a class="center" target="_self"
3131
href="../mapboxgl/examples.html">For MapboxGL</a>
3232
</li>
3333
<li class="navbar-menu" id="classic-menu">
34-
<a class="center" target="_blank"
34+
<a class="center" target="_self"
3535
href="../classic/examples.html">Classic</a>
3636

3737
</li>
3838
<li class="navbar-menu" id="3dwebgl-menu">
39-
<a class="center" target="_blank"
39+
<a class="center" target="_self"
4040
href="../3dwebgl/examples.html">3D WebGL</a>
4141

4242
</li>

0 commit comments

Comments
 (0)