mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Move globalize to lib
This commit is contained in:
parent
0ea5349422
commit
056d802c56
240 changed files with 328 additions and 258 deletions
|
@ -1,6 +1,6 @@
|
|||
import appSettings from '../../../scripts/settings/appSettings';
|
||||
import loading from '../../../components/loading/loading';
|
||||
import globalize from '../../../scripts/globalize';
|
||||
import globalize from '../../../lib/globalize';
|
||||
import '../../../elements/emby-button/emby-button';
|
||||
import Dashboard from '../../../utils/dashboard';
|
||||
import ServerConnections from '../../../components/ServerConnections';
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import globalize from '../../../scripts/globalize';
|
||||
import globalize from '../../../lib/globalize';
|
||||
import Dashboard from '../../../utils/dashboard';
|
||||
|
||||
function processForgotPasswordResult(result) {
|
||||
|
|
|
@ -7,7 +7,7 @@ import loading from '../../../components/loading/loading';
|
|||
import layoutManager from '../../../components/layoutManager';
|
||||
import libraryMenu from '../../../scripts/libraryMenu';
|
||||
import browser from '../../../scripts/browser';
|
||||
import globalize from '../../../scripts/globalize';
|
||||
import globalize from '../../../lib/globalize';
|
||||
import '../../../components/cardbuilder/card.scss';
|
||||
import '../../../elements/emby-checkbox/emby-checkbox';
|
||||
import Dashboard from '../../../utils/dashboard';
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import globalize from '../../../scripts/globalize';
|
||||
import globalize from '../../../lib/globalize';
|
||||
import Dashboard from '../../../utils/dashboard';
|
||||
|
||||
function processForgotPasswordResult(result) {
|
||||
|
|
|
@ -5,7 +5,7 @@ import layoutManager from '../../../components/layoutManager';
|
|||
import libraryMenu from '../../../scripts/libraryMenu';
|
||||
import appSettings from '../../../scripts/settings/appSettings';
|
||||
import focusManager from '../../../components/focusManager';
|
||||
import globalize from '../../../scripts/globalize';
|
||||
import globalize from '../../../lib/globalize';
|
||||
import actionSheet from '../../../components/actionSheet/actionSheet';
|
||||
import dom from '../../../scripts/dom';
|
||||
import browser from '../../../scripts/browser';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue