mirror of
https://github.com/flarum/core.git
synced 2025-10-12 07:24:27 +02:00
Add ability to refresh index page by clicking on logo. closes flarum/core#188
This commit is contained in:
@@ -47,7 +47,6 @@ export default function boot(app) {
|
||||
if (e.ctrlKey || e.metaKey || e.which === 2) return;
|
||||
e.preventDefault();
|
||||
app.history.home();
|
||||
app.drawer.hide();
|
||||
});
|
||||
|
||||
// Add a class to the body which indicates that the page has been scrolled
|
||||
|
Reference in New Issue
Block a user