mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
import optimizations for site.js
transfered pageIdOn and pageClassOn to clientUtils
This commit is contained in:
parent
5d94812220
commit
4e11e3ba66
9 changed files with 86 additions and 93 deletions
|
@ -1,7 +1,7 @@
|
|||
import { Events } from 'jellyfin-apiclient';
|
||||
import loading from '../components/loading/loading';
|
||||
import globalize from '../scripts/globalize';
|
||||
import Dashboard from '../scripts/clientUtils';
|
||||
import Dashboard, { pageIdOn } from '../scripts/clientUtils';
|
||||
|
||||
function onListingsSubmitted() {
|
||||
Dashboard.navigate('livetvstatus.html');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue