User:Proteins/summarizeFAC.js: Difference between revisions

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