mirror of
https://github.com/flarum/core.git
synced 2025-08-04 23:47:32 +02:00
Make home button route correctly, not respond on middle click
Amends flarum/core#140, closes flarum/core#136
This commit is contained in:
@@ -37,7 +37,6 @@ export default class History {
|
||||
|
||||
home() {
|
||||
this.stack.splice(1);
|
||||
var top = this.top();
|
||||
m.route(top.url);
|
||||
m.route('/');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user