Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

Fix Bug 1061559, enable marking a comment as helpful #54

Closed
wants to merge 3 commits into from
Closed

Fix Bug 1061559, enable marking a comment as helpful #54

wants to merge 3 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Jan 9, 2015

Work in progress, opening PR to show progress.

@ghost
Copy link
Author

ghost commented Jan 18, 2015

This one is ready for review.

*/
function helpful_votes_handler() {
var question_thread = document.getElementById('question-thread');
question_thread.addEventListener('click', function(event) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Please move the addEventListener into the init() method

@rik
Copy link
Contributor

rik commented Jan 20, 2015

I addressed my review comments and landed this in 4a2f3bc

@rik rik closed this Jan 20, 2015
@ghost ghost deleted the bug1061559-mark-as-helpful branch January 22, 2015 09:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants