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:
parent
baa6c65946
commit
1ddd3958c0
4 changed files with 0 additions and 31 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue