mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update dialog forms
This commit is contained in:
parent
02fd3db751
commit
76dd2768d2
6 changed files with 12 additions and 8 deletions
|
@ -18,7 +18,7 @@
|
|||
}
|
||||
|
||||
var form = this;
|
||||
var dlg = $(form).parents('dialog')[0];
|
||||
var dlg = $(form).parents('.dialog')[0];
|
||||
|
||||
var name = $('#txtValue', form).val();
|
||||
var type = $('#selectCollectionType', form).val();
|
||||
|
@ -63,7 +63,7 @@
|
|||
return;
|
||||
}
|
||||
|
||||
var dlg = $(this).parents('dialog')[0];
|
||||
var dlg = $(this).parents('.dialog')[0];
|
||||
|
||||
var index = this.selectedIndex;
|
||||
if (index != -1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue