0

I use window.location.hash = mylink to set url every time user move map (add coordinates). But it's always look like page loading (favicon reloads). How to do that page update url without reloading?

skywind
  • 892
  • 6
  • 22
  • 44
  • This [answer](http://stackoverflow.com/a/3354511/1360261) may be of use. – Bubbles Dec 19 '12 at 19:08
  • If you only see this behavior on Chrome, it is most likely a Chrome bug as described here: http://stackoverflow.com/questions/5657083/window-location-hash-refresh-in-chrome – Frank van Puffelen Dec 19 '12 at 19:10

1 Answers1

0

I just checked on Chrome and although it does indeed look like the favicon refreshes, there is no network traffic.

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807