Testing images in official responses

Comments

Messages contained within a comment tag will not display. They will also be hidden from the page's HTML source code.

Official response from submitted

Screen_Shot_2016-05-09_at_12.06.07_PM.png

 

<script>
var labels = document.getElementsByTagName('label');

for(var i = 0; i < labels.length; i ++) {
var attr = labels[i].htmlFor;
if(attr === "donation_amount_other") {
labels[i].style.display = 'none';
}
}

document.getElementById("donation_amount_other").style.display='none';
</script>

How would you tag this suggestion?
Please check your e-mail for a link to activate your account.