1
0
Fork 0
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:
MrTimscampi 2020-04-04 16:00:38 +02:00
parent 03f5be20ad
commit 88bc6d4e91
4 changed files with 14 additions and 1 deletions

View file

@ -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) {