mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
FS-6702 #resolve
This commit is contained in:
@@ -456,6 +456,7 @@ function init() {
|
||||
|
||||
$(document).ready(function() {
|
||||
var hash = window.location.hash.substring(1);
|
||||
var a = [];
|
||||
|
||||
if (hash && hash.indexOf("page-") == -1) {
|
||||
window.location.hash = "";
|
||||
@@ -463,6 +464,10 @@ $(document).ready(function() {
|
||||
autocall = true;
|
||||
}
|
||||
|
||||
if (hash && (a = hash.split("&"))) {
|
||||
window.location.hash = a[0];
|
||||
}
|
||||
|
||||
init();
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user