ie10 lws url workaround
Signed-off-by: John Harrison <john@h-agtec.com>
This commit is contained in:
parent
793e7c07d8
commit
8d5793bc16
1 changed files with 3 additions and 1 deletions
|
@ -233,7 +233,9 @@ function get_appropriate_ws_url()
|
|||
|
||||
u = u.split('/');
|
||||
|
||||
return pcol + u[0];
|
||||
/* + "/xxx" bit is for IE10 workaround */
|
||||
|
||||
return pcol + u[0] + "/xxx";
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue