1
0
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:
Toby Zerner
2015-07-28 12:27:45 +09:30
parent 7a67d3ab95
commit f07ab4633b
2 changed files with 9 additions and 15 deletions

View File

@@ -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