User:Gary/comment highlighter.js: Difference between revisions

Content deleted Content added
f
increase min to 50
Line 88:
if ((new Date()).getTime() - timestampValue < maxTime)
{
var colorRatio = calculateColorRatio(maxTime, 050, 100, new Date(timestampValue));
parent.css('background-color', 'rgb(100%, 100%, ' + colorRatio + '%)');
}