You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: