mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update people editor
This commit is contained in:
parent
ee7c67b429
commit
41e82fa02d
1 changed files with 5 additions and 0 deletions
|
@ -43,6 +43,11 @@
|
|||
}
|
||||
});
|
||||
|
||||
dlg.querySelector('.btnCancel').addEventListener('click', function (e) {
|
||||
|
||||
paperDialogHelper.close(dlg);
|
||||
});
|
||||
|
||||
dlg.querySelector('form').addEventListener('submit', function (e) {
|
||||
|
||||
submitted = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue