forked from Mirrors/freeswitch
update
This commit is contained in:
parent
4e34aa639a
commit
58f7376fea
@ -371,8 +371,10 @@ $(document).ready(function() {
|
|||||||
|
|
||||||
if (window.location.hash) {
|
if (window.location.hash) {
|
||||||
var hash = window.location.hash.substring(1);
|
var hash = window.location.hash.substring(1);
|
||||||
$("#ext").val(hash);
|
if (hash && !hash.contains("page-")) {
|
||||||
$("#callbtn").trigger("click");
|
$("#ext").val(hash);
|
||||||
|
$("#callbtn").trigger("click");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user