1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-27 18:28:19 +00: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:
Mark McDowall 2013-12-06 17:34:40 -08:00
parent 39607e240f
commit dcd1b55d1f

View file

@ -88,6 +88,7 @@ define(
}
input.val(input.val() + token);
input.change();
this.ui.namingTokenHelper.removeClass('open');
input.focus();