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

update lists

This commit is contained in:
Luke Pulverenti 2016-02-07 16:16:02 -05:00
parent dd1b33021d
commit 1121dd8ae4
22 changed files with 192 additions and 761 deletions

View file

@ -78,7 +78,7 @@
return new Promise(function (resolve, reject) {
require(['paper-checkbox', 'paper-input'], function () {
require(['paper-checkbox', 'paper-input', 'jqmcollapsible'], function () {
renderFormInternal(options);
resolve();
});