Refactor the new/edit submission forms

This commit is contained in:
Michael Ball 2021-03-23 22:43:11 -07:00
parent c55eff4eec
commit ed20ff3b51
5 changed files with 101 additions and 115 deletions

View file

@ -199,7 +199,7 @@ $( document ).ready(function() {
let affirm = confirm($this.data('confirm'));
if (affirm) {
let sub_text = $('#event_submission_text');
sub_text.val($selected.data('help'));
sub_text.val($selected.data('instructions'));
sub_text.trigger('change');
}
});