Skip to content

Commit 770d8d3

Browse files
committed
fixed script issue
1 parent a00bdf5 commit 770d8d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

themes/mapmint/layouts/_partials/nav.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ <h1 class="title"><span class="logo"></span><a href="/">Map<span>Mint</span></a>
2727
<!-- Overview -->
2828
<li><a href="/../../en/overview">Overview</a></li>
2929
<!-- Components -->
30-
<li><a href="/../../en/Components">Components</a></li>
30+
<li><a href="/../../en/components">Components</a></li>
3131
</ul>
3232
</li>
3333
<li ><a href="https://github.com/mapmint" target="_blank">Ressources</a></li>
34-
<li ><a href="/../../en/Plans" >Plans</a></li>
34+
<li ><a href="/../../en/plans" >Plans</a></li>
3535
</ul>
3636
</nav>
3737
</div>

themes/mapmint/static/js/home2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ function bounceDiv() {
115115
}
116116

117117
$(function($) {
118-
118+
init()
119119

120120
$('.map0,.map1, .map2, .map3, .map4, .map5').css({opacity:0});
121121

0 commit comments

Comments
 (0)