mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix ES6 import - browser
This commit is contained in:
parent
d5dad66eec
commit
e0b1a3b55f
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ function initClient() {
|
||||||
createConnectionManager().then(function () {
|
createConnectionManager().then(function () {
|
||||||
console.debug('initAfterDependencies promises resolved');
|
console.debug('initAfterDependencies promises resolved');
|
||||||
|
|
||||||
require(['globalize', 'browser'], function (globalize, browser) {
|
require(['globalize', 'browser'], function (globalize, {default: browser}) {
|
||||||
window.Globalize = globalize;
|
window.Globalize = globalize;
|
||||||
loadCoreDictionary(globalize).then(function () {
|
loadCoreDictionary(globalize).then(function () {
|
||||||
onGlobalizeInit(browser, globalize);
|
onGlobalizeInit(browser, globalize);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue