@@ -1,3 +1,7 @@
Misago.Router.map(function() {
this.resource('misago', { path: '/' });
});
+
+Misago.Router.reopen({
+ location: 'history'
+});