fix JavaScript error of gantt.js on IE7 (#13823)
Contributed by Filou Centrinov. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11737 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
fe903be480
commit
e59814f981
|
@ -93,7 +93,7 @@ function drawRelations() {
|
|||
.attr({stroke: "none",
|
||||
fill: color,
|
||||
"stroke-linecap": "butt",
|
||||
"stroke-linejoin": "miter",
|
||||
"stroke-linejoin": "miter"
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue