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