Trigger change on input after adding token

Fixed: Media Management settings not detecting changes to the UI so settings weren't saved
pull/3113/head
Mark McDowall 11 years ago
parent 39607e240f
commit dcd1b55d1f

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

Loading…
Cancel
Save