mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add Classlist.js polyfill
This commit is contained in:
parent
03f5be20ad
commit
88bc6d4e91
4 changed files with 14 additions and 1 deletions
|
@ -694,7 +694,8 @@ var AppInfo = {};
|
|||
"material-icons",
|
||||
"jellyfin-noto",
|
||||
"page",
|
||||
"polyfill"
|
||||
"polyfill",
|
||||
"classlist-polyfill"
|
||||
]
|
||||
},
|
||||
urlArgs: urlArgs,
|
||||
|
@ -703,6 +704,7 @@ var AppInfo = {};
|
|||
});
|
||||
|
||||
require(["polyfill"]);
|
||||
require(["classlist-polyfill"]);
|
||||
|
||||
// Expose jQuery globally
|
||||
require(["jQuery"], function(jQuery) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue