User:Tim@/common.js: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
 
Line 8:
}
if (e.className === 'table-no') {
e.style.backbroundColorbackgroundColor='#400000';
return;
}
if (e.className === 'table-yes') {
e.style.backbroundColorbackgroundColor='#004000';
return;
}