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

update file organizer form

This commit is contained in:
Luke Pulverenti 2016-02-12 23:34:47 -05:00
parent c0d966f1d8
commit 79cf0837a0
4 changed files with 134 additions and 587 deletions

View file

@ -109,8 +109,8 @@
html += Globalize.translateDocument(template);
dlg.innerHTML = html;
// needed for the collapsible
document.body.appendChild(dlg);
// needed for the collapsible
$(dlg.querySelector('form')).trigger('create');
paperDialogHelper.open(dlg);