mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
48d4b0c287
commit
c389d502e0
9 changed files with 95 additions and 41 deletions
|
@ -171,7 +171,7 @@ define(['loading', 'viewManager', 'skinManager', 'pluginManager', 'backdrop', 'b
|
|||
}
|
||||
|
||||
var firstConnectionResult;
|
||||
function start() {
|
||||
function start(options) {
|
||||
|
||||
loading.show();
|
||||
|
||||
|
@ -185,8 +185,10 @@ define(['loading', 'viewManager', 'skinManager', 'pluginManager', 'backdrop', 'b
|
|||
|
||||
loading.hide();
|
||||
|
||||
options = options || {};
|
||||
|
||||
page({
|
||||
click: true,
|
||||
click: options.click || false,
|
||||
hashbang: true,
|
||||
enableHistory: enableHistory()
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue