]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
revert
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 15 Jul 2014 18:49:22 +0000 (23:49 +0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 15 Jul 2014 18:49:22 +0000 (23:49 +0500)
html5/verto/demo/verto.js

index a39dc991ec63b0c8616657bcaa89e227bef6e36b..393641dc5da574265029ea9a9ffb2f0e47c84ad7 100644 (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) {