mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
update
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user