Content deleted Content added
print out boldface text |
turn on more reporting |
||
Line 352:
num_support_votes++;
reported_string = num_support_votes + ". " + boldface_text + " — " + user_name + "\n";
support_votes[num_support_votes-1] = reported_string;
} else if (boldface_text.match(/neutral/ig)) {
|