mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
optimization imports from site.js
This commit is contained in:
parent
a106e23ff8
commit
8b5772f996
11 changed files with 223 additions and 246 deletions
|
@ -2,6 +2,7 @@ import backdrop from '../backdrop/backdrop';
|
|||
import * as mainTabsManager from '../maintabsmanager';
|
||||
import layoutManager from '../layoutManager';
|
||||
import '../../elements/emby-tabs/emby-tabs';
|
||||
import { appRouter } from '../appRouter';
|
||||
|
||||
function onViewDestroy(e) {
|
||||
const tabControllers = this.tabControllers;
|
||||
|
@ -109,7 +110,7 @@ class TabbedView {
|
|||
}
|
||||
}
|
||||
setTitle() {
|
||||
Emby.Page.setTitle('');
|
||||
appRouter.setTitle('');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue