mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-25 07:15:56 +08:00
Fixed default languages profile dropdowns not being updated after editing a languages profile.
This commit is contained in:
parent
22cd45bc41
commit
324f6787c1
1 changed files with 1 additions and 1 deletions
|
@ -732,7 +732,7 @@
|
||||||
name: $('#edit_profile_name').val(),
|
name: $('#edit_profile_name').val(),
|
||||||
cutoff: $('#edit_language_cutoff').val(),
|
cutoff: $('#edit_language_cutoff').val(),
|
||||||
items: JSON.stringify(items)
|
items: JSON.stringify(items)
|
||||||
});
|
}).draw();
|
||||||
$('#editModal').modal('hide');
|
$('#editModal').modal('hide');
|
||||||
$('#settings_form').trigger('change');
|
$('#settings_form').trigger('change');
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue