##// END OF EJS Templates
fix JavaScript error of gantt.js on IE7 (#13823)...
Toshi MARUYAMA -
r11507:e59814f98195
parent child
Show More
@@ -93,7 +93,7 function drawRelations() {
93 .attr({stroke: "none",
93 .attr({stroke: "none",
94 fill: color,
94 fill: color,
95 "stroke-linecap": "butt",
95 "stroke-linecap": "butt",
96 "stroke-linejoin": "miter",
96 "stroke-linejoin": "miter"
97 });
97 });
98 });
98 });
99 }
99 }
General Comments 0
You need to be logged in to leave comments. Login now