提交 6174a80e authored 作者: Anthony Minessale's avatar Anthony Minessale

revert

上级 58f7376f
...@@ -368,15 +368,6 @@ function init() { ...@@ -368,15 +368,6 @@ function init() {
$(document).ready(function() { $(document).ready(function() {
init(); init();
$("#page-incall").on("pagebeforechange", function(event) {}); $("#page-incall").on("pagebeforechange", function(event) {});
if (window.location.hash) {
var hash = window.location.hash.substring(1);
if (hash && !hash.contains("page-")) {
$("#ext").val(hash);
$("#callbtn").trigger("click");
}
}
}); });
$(document).bind("pagebeforechange", function(e, data) { $(document).bind("pagebeforechange", function(e, data) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论