mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 16:52:04 +02:00
Trigger change on input after adding token
Fixed: Media Management settings not detecting changes to the UI so settings weren't saved
This commit is contained in:
@@ -88,6 +88,7 @@ define(
|
|||||||
}
|
}
|
||||||
|
|
||||||
input.val(input.val() + token);
|
input.val(input.val() + token);
|
||||||
|
input.change();
|
||||||
|
|
||||||
this.ui.namingTokenHelper.removeClass('open');
|
this.ui.namingTokenHelper.removeClass('open');
|
||||||
input.focus();
|
input.focus();
|
||||||
|
Reference in New Issue
Block a user