mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
kill off jqm selectmenu
This commit is contained in:
parent
036c620dac
commit
6bf7ea2ea5
52 changed files with 164 additions and 429 deletions
|
@ -189,13 +189,13 @@
|
|||
|
||||
if (showCollectionType) {
|
||||
$('#fldCollectionType', popup).show();
|
||||
$('#selectCollectionType', popup).attr('required', 'required').selectmenu('refresh');
|
||||
$('#selectCollectionType', popup).attr('required', 'required');
|
||||
} else {
|
||||
$('#fldCollectionType', popup).hide();
|
||||
$('#selectCollectionType', popup).removeAttr('required').selectmenu('refresh');
|
||||
$('#selectCollectionType', popup).removeAttr('required');
|
||||
}
|
||||
|
||||
$('#selectCollectionType', popup).html(MediaLibraryPage.getCollectionTypeOptionsHtml()).val('').selectmenu('refresh');
|
||||
$('#selectCollectionType', popup).html(MediaLibraryPage.getCollectionTypeOptionsHtml()).val('');
|
||||
|
||||
popup.on("popupafterclose", function () {
|
||||
$(this).off("popupafterclose").off("click");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue