Skip to content

Commit

Permalink
quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniBitZesty committed Aug 29, 2024
1 parent 45b4319 commit f54bfc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ window.SupportLetters =
textContainer.removeClass('govuk-!-display-none')
scanningText = '<p class="govuk-hint">(File uploaded and is being scanned for viruses. Preview available once the scan is complete.)</p>'
textContainer.prepend('<div class="support-letter-attachment-filename"><p class="govuk-body">' + filename + '</p>' + scanningText + '</div>')
hiddenInput = $('<input class="js-support-letter-attachment-id" type="hidden" name="#{$el.attr("name")}" value="#{data.result['id']}" />')
hiddenInput = $('<input class="js-support-letter-attachment-id" type="hidden" name="#{$el.attr('name')}" value="#{data.result['id']}" />')
parent.append(hiddenInput)
parent.find('.js-support-letter-attachment').addClass('govuk-!-display-none')
SupportLetters.autosave()
Expand Down

0 comments on commit f54bfc5

Please sign in to comment.