GitHub user necouchman opened a pull request:
https://github.com/apache/incubator-guacamole-client/pull/207
GUACAMOLE-347: Fix issue with IE missing window.location.origin
Took a stab at locating all of the instances of window.location.origin and
fixing this issue to maintain IE10/11 compatibility. Basically used the fix
suggested in the JIRA issue, with the slight modification of using
$window.location instead of window.location.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/necouchman/incubator-guacamole-client
GUACAMOLE-347
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-guacamole-client/pull/207.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #207
----
commit 6f7517028ef2de52a204d00be9cb346260b48fdd
Author: Nick Couchman <[email protected]>
Date: 2017-10-31T17:33:00Z
GUACAMOLE-347: Fix issue with IE missing window.location.origin
----
---