Browse Source

Meddle directly in address bar.

Rafał Pitoń 10 years ago
parent
commit
ea040db152
1 changed files with 4 additions and 0 deletions
  1. 4 0
      misago/static/misago/js/router.js

+ 4 - 0
misago/static/misago/js/router.js

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