no more # in the url.

This commit is contained in:
kay.one
2013-02-17 19:04:28 -08:00
parent 893795d029
commit eb0ffa83b6
7 changed files with 62 additions and 40 deletions

View File

@@ -16,7 +16,7 @@
NzbDrone.addInitializer(function () {
NzbDrone.Router = new NzbDrone.Router();
Backbone.history.start();
Backbone.history.start({ pushState: true });
});
});