easyXDM
easyXDM copied to clipboard
Unable to load from local file
Hi, When using the script from a local file it fails. The regex: "var reURI = /^((http.?:)//([^:/\s]+)(:\d+)*)/; " which is used in the getLocation method: var m = url.toLowerCase().match(reURI); does not include file:/// url handling
Thanks, Shai.
And local files is exactly the main reason for wanting this, for me and many others I know..