|
@@ -49,9 +49,9 @@
|
|
|
</a>
|
|
|
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
|
|
|
<li><button class="nav-link lan-swtich" aria-current="page" set-lan="html:en"
|
|
|
- onclick="changeLan(this)" value="en">English</button></li>
|
|
|
+ onclick="changeLan(this);window.location.reload();" value="en">English</button></li>
|
|
|
<li><button class="nav-link lan-switch" aria-current="page" set-lan="html:zh"
|
|
|
- onclick="changeLan(this)" value="zh">中文</button></li>
|
|
|
+ onclick="changeLan(this);window.location.reload();" value="zh">中文</button></li>
|
|
|
</ul>
|
|
|
</li>
|
|
|
<li class="nav-item me-2 me-lg-1">
|