Skip to content

Commit

Permalink
Merge pull request #38 from nicorikken/fix-port-number
Browse files Browse the repository at this point in the history
fix: port number
  • Loading branch information
venantius committed Feb 24, 2017
2 parents 727a2e8 + be18261 commit 86338ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/accountant/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
(#{"" "_self"} link-target)
(= button 0)
(= host current-host)
(= port current-port)
(or (not port)
(= (str port) (str current-port)))
(not= current-relative-href relative-href)
(path-exists? path))
(set-token! history relative-href title)
Expand Down

0 comments on commit 86338ac

Please sign in to comment.