Stripped debugging code.

This commit is contained in:
Savetheinternet 2010-11-03 00:48:02 +11:00
parent 53e07c440f
commit e763763f17

View File

@ -7,7 +7,6 @@ function highlightReply(id)
divs[i].className = divs[i].className.replace(/highlighted/, ''); divs[i].className = divs[i].className.replace(/highlighted/, '');
} }
console.log('reply_'+id);
if (id) if (id)
document.getElementById('reply_'+id).className += ' highlighted'; document.getElementById('reply_'+id).className += ' highlighted';
} }
@ -56,8 +55,6 @@ function init()
return false; return false;
} }
console.log(link[i].childNodes[0]);
console.log(link[i].onclick);
} }
} }
} }