I'm building a single-page Facebook application using backbone.
When users arrive at my application, the first click they make reloads the canvas. After this, the hash-changes are picked up by the router correctly and they can browse around without refreshing. The initial page reload is annoying though because we have to reload all the javascript.
It's something to do with the hash being added to the url for the first time, but I can't see how to fix it