1
0
Fork 0
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:
Luke Pulverenti 2015-09-03 13:01:51 -04:00
parent 036c620dac
commit 6bf7ea2ea5
52 changed files with 164 additions and 429 deletions

View file

@ -81,7 +81,7 @@
populateCollections(panel);
} else {
$('.fldSelectCollection', panel).hide();
$('#selectCollectionToAddTo', panel).html('').val('').selectmenu('refresh').trigger('change');
$('#selectCollectionToAddTo', panel).html('').val('').trigger('change');
}
}
@ -109,7 +109,7 @@
return '<option value="' + i.Id + '">' + i.Name + '</option>';
});
select.html(html).val('').selectmenu('refresh').trigger('change');
select.html(html).val('').trigger('change');
});
}