venantius / accountant

ClojureScript navigation for single-page applications, made simple.
Eclipse Public License 1.0
250 stars 39 forks source link

fix port check #39

Closed edvorg closed 7 years ago

edvorg commented 7 years ago

Hi. I had an issue with the app reloading, debugging shown that for my browser js/window.location.port is a string, while (.getPort uri) is an int. I suggest to coerce these values to string to avoid this problem.

screen shot 2017-02-24 at 12 12 35 pm screen shot 2017-02-24 at 12 13 31 pm
venantius commented 7 years ago

Closing in favor of #38