Commit f8f30cfe authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

- debug print

parent e2b98afe
......@@ -190,7 +190,7 @@ function analyze_timestamps(){
var g = parseInt((count-1)*color_inc);
var b = 0;
color = "rgba("+r+","+g+","+b+",1)";
console.log(ts+" "+count+" "+color);
//console.log(ts+" "+count+" "+color);
$(".timestamps[ts='"+ts+"']").css({
color: color
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment