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

index 65d23bb03ce96f2d6eac5bcba2d4493d00cb761b..a39dc991ec63b0c8616657bcaa89e227bef6e36b 100644 (file)
@@ -371,8 +371,10 @@ $(document).ready(function() {
 
     if (window.location.hash) {
        var hash = window.location.hash.substring(1);
-       $("#ext").val(hash);
-       $("#callbtn").trigger("click");
+       if (hash && !hash.contains("page-")) {
+           $("#ext").val(hash);
+           $("#callbtn").trigger("click");
+       }
     }
 
 });