1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge branch 'master' into query

This commit is contained in:
dkanada 2020-03-16 15:36:31 +09:00 committed by GitHub
commit 51ca49e479
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 6289 additions and 781 deletions

View file

@ -739,7 +739,8 @@ var AppInfo = {};
"webcomponents",
"material-icons",
"jellyfin-noto",
"page"
"page",
"polyfill"
]
},
urlArgs: urlArgs,
@ -747,6 +748,8 @@ var AppInfo = {};
onError: onRequireJsError
});
require(["polyfill"]);
// Expose jQuery globally
require(["jQuery"], function(jQuery) {
window.$ = jQuery;