mirror of
https://github.com/flarum/core.git
synced 2025-08-04 07:27:39 +02:00
Change admin route prefix to #, not #!
This commit is contained in:
committed by
David Sevilla Martín
parent
990cdbc571
commit
8b6f9ddbfe
@@ -33,6 +33,7 @@ export default class Admin extends Application {
|
||||
m.mount(document.getElementById('header-secondary'), new HeaderSecondary());
|
||||
m.mount(document.getElementById('admin-navigation'), new AdminNav());
|
||||
|
||||
m.route.prefix = '#';
|
||||
super.mount();
|
||||
|
||||
// If an extension has just been enabled, then we will run its settings
|
||||
|
Reference in New Issue
Block a user