mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Trigger change and unbind after selecting in file browser
This commit is contained in:
parent
3dc36c3b92
commit
ec34ea2116
3 changed files with 6 additions and 5 deletions
|
@ -2033,7 +2033,8 @@ Rating: {rating}/10 --> Rating: /10
|
|||
|
||||
$("#select-browse-file").click(function () {
|
||||
$("#browse-path-modal").modal('hide');
|
||||
$("#" + select_target).val($("#browse-path").val());
|
||||
$(select_target).val($("#browse-path").val()).change();
|
||||
$(this).unbind('click');
|
||||
});
|
||||
|
||||
browsePath(key, path, filter_ext);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue