Skip to content

Commit

Permalink
Adding meaningful message to console log in toggleAnswered event
Browse files Browse the repository at this point in the history
  • Loading branch information
katcday committed Sep 25, 2024
1 parent 53ac399 commit 5bca90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/src/client/topic/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ define('forum/topic/events', [
}

function toggleAnswered() {
console.log('hi');
console.log('Toggling answered field.');
}

function togglePostVote(data) {
Expand Down

0 comments on commit 5bca90a

Please sign in to comment.