提交 58f7376f authored 作者: Anthony Minessale's avatar Anthony Minessale

update

上级 4e34aa63
...@@ -371,8 +371,10 @@ $(document).ready(function() { ...@@ -371,8 +371,10 @@ $(document).ready(function() {
if (window.location.hash) { if (window.location.hash) {
var hash = window.location.hash.substring(1); var hash = window.location.hash.substring(1);
$("#ext").val(hash); if (hash && !hash.contains("page-")) {
$("#callbtn").trigger("click"); $("#ext").val(hash);
$("#callbtn").trigger("click");
}
} }
}); });
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论