1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-09-24 03:28:22 +02:00

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