Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2447 from mozilla-services/change-email
Browse files Browse the repository at this point in the history
Fix #2439, change email address
  • Loading branch information
jaredhirsch committed Mar 21, 2017
2 parents b84c2e4 + d23a7f9 commit b5c828b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/pages/shot/view.js
Expand Up @@ -165,7 +165,7 @@ class Body extends React.Component {

onClickFlag(e) {
sendEvent("start-flag", "navbar", {useBeacon: true});
window.open(`mailto:pageshot-report@mozilla.com?subject=Flagging%20shot%20for%20abuse&body=Flagging%20shot%20for%20abuse:%20${encodeURIComponent(this.props.shot.viewUrl)}`);
window.open(`mailto:screenshots-report@mozilla.com?subject=Flagging%20shot%20for%20abuse&body=Flagging%20shot%20for%20abuse:%20${encodeURIComponent(this.props.shot.viewUrl)}`);
}

render() {
Expand Down

0 comments on commit b5c828b

Please sign in to comment.