revert
This commit is contained in:
parent
58f7376fea
commit
6174a80e7c
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue