This commit is contained in:
Anthony Minessale 2014-07-15 23:49:22 +05:00
parent 58f7376fea
commit 6174a80e7c
1 changed files with 0 additions and 9 deletions

View File

@ -368,15 +368,6 @@ function init() {
$(document).ready(function() {
init();
$("#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) {