Closed minikomi closed 7 years ago
Open to a PR :D?
Sure, I can do that, but I'd like to get @nicorikken in too -- I can't get 1.8.0 to work with or without port in any browser since window.location.port
is always a string and goog.Uri.getPort
is always a number.
Resolved by #38. Will release this evening. If I forget feel free to remind me.
In google chrome at least, when no port is specified on a link:
window.location.port
defaults to""
refuri.getPort
defaults to null refThe test for port equality fails when no port is specified for the link, preventing accountant from stepping in.