Skip to content

Commit

Permalink
Merge pull request #131 from NYPL-discovery/accessible-iframe-feedbac…
Browse files Browse the repository at this point in the history
…k-#113

Adding a title attribute to the feedback iframe element.
  • Loading branch information
beefoo authored Dec 15, 2016
2 parents b50a357 + 95d0229 commit 74a05ee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/app/components/Feedback/Feedback.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,15 @@ class Feedback extends React.Component {

<button type="submit">Submit</button>
</form>
<iframe name="hidden_feedback_iframe" />
<iframe name="hidden_feedback_iframe" title="NYPL Discovery Feedback Form" />
</div>
</div>
);
}
}

Feedback.propTypes = {
location: React.PropTypes.object,
};

export default Feedback;

0 comments on commit 74a05ee

Please sign in to comment.