Merge pull request #1637 from jellyfin/legacy

Remove legacy jquery extensions
This commit is contained in:
dkanada
2020-07-25 01:37:30 +09:00
committed by GitHub
4 changed files with 0 additions and 31 deletions
-8
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];