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

remove legacy jquery extensions

This commit is contained in:
dkanada 2020-07-25 00:09:05 +09:00
parent baa6c65946
commit 1ddd3958c0
4 changed files with 0 additions and 31 deletions

View file

@ -43,14 +43,6 @@ define(['browser', 'dom', 'layoutManager', 'css!components/viewManager/viewConta
var newView = newViewInfo.elem;
var modulesToLoad = [];
if (newViewInfo.hasjQuerySelect) {
modulesToLoad.push('legacySelectMenu');
}
if (newViewInfo.hasjQueryChecked) {
modulesToLoad.push('fnchecked');
}
return new Promise(function (resolve) {
require(modulesToLoad, function () {
var currentPage = allPages[pageIndex];