Skip to content

Commit e74ffa0

Browse files
committed
update tekken
1 parent 0006c4e commit e74ffa0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
1.7.14 (unreleased)
22
-------------------
33

4-
- Nothing changed yet.
4+
- Updat tekken [amleczko]
55

66

77
1.7.13 (2013-06-26)

por/dashboard/static/por_backlog/tekken.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function drawVisualization() {
6262
google.visualization.events.addListener(tekken, 'animationfinish', refresh_te);
6363

6464
function refresh_te(){
65-
$('path').attr('stroke', 'white').attr('stroke-width','2');
65+
$('path').attr('stroke', 'lightgray').attr('stroke-width','2');
6666
$('#first_tooltip').parent().css('left', '-=220');
6767
};
6868
drawChart()

0 commit comments

Comments
 (0)