Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #3395 - Change copy after filing an issue with "Report site issue" reporter #3424

Merged
merged 2 commits into from
Jul 29, 2020

Conversation

ksy36
Copy link
Contributor

@ksy36 ksy36 commented Jul 28, 2020

No description provided.

formEl.submit();
dfd.resolve();
return dfd.promise();
};

const onFormSubmit = (event) => {
event.preventDefault();
sendAnalyticsEvent("success", "end");
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've moved analytics success event to happen a bit earlier, since I've noticed that it's not being tracked due to the url change after form submit.
(this is not related to the changes addressed in this PR, but it's probably not worth creating a separate issue)

@ksy36 ksy36 requested a review from miketaylr July 28, 2020 20:56
Copy link
Member

@miketaylr miketaylr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! Thanks for the tests. :)

@miketaylr miketaylr merged commit 5f037d4 into master Jul 29, 2020
@miketaylr miketaylr deleted the issue/3395/1 branch July 29, 2020 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants