From: Anthony Minessale Date: Tue, 15 Jul 2014 18:34:01 +0000 (+0500) Subject: update X-Git-Tag: v1.4.8~10^2~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58f7376fea08be493ee1536474052a5cd38a07f4;p=thirdparty%2Ffreeswitch.git update --- diff --git a/html5/verto/demo/verto.js b/html5/verto/demo/verto.js index 65d23bb03c..a39dc991ec 100644 --- a/html5/verto/demo/verto.js +++ b/html5/verto/demo/verto.js @@ -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"); + } } });