I am using backbone to build my web app.
Currently I am facing an issue whereby if I am on the home page, I am unable to refresh the same page by just clicking on the \'
Here's my favorite approach so far:
if (!Backbone.history.navigate(urlPath, true)) { Backbone.history.loadUrl(); }