diff --git a/html5/verto/demo/verto.js b/html5/verto/demo/verto.js index a39dc991ec..393641dc5d 100644 --- a/html5/verto/demo/verto.js +++ b/html5/verto/demo/verto.js @@ -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) {