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:
parent
c0d966f1d8
commit
79cf0837a0
4 changed files with 134 additions and 587 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue