mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07:00
Merge branch 'reverse-proxy' into develop
This commit is contained in:
commit
16356b6319
22 changed files with 168 additions and 93 deletions
|
@ -232,7 +232,7 @@ define(
|
|||
});
|
||||
|
||||
app.addInitializer(function () {
|
||||
Backbone.history.start({ pushState: true });
|
||||
Backbone.history.start({ pushState: true, root: serverStatusModel.get('urlBase') });
|
||||
RouteBinder.bind();
|
||||
AppLayout.navbarRegion.show(new NavbarView());
|
||||
$('body').addClass('started');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue