Commit 5883da7b authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent c587175b
......@@ -364,7 +364,7 @@ function getAvgDur(step, detailLevel) {
}
try {
return allDur / count
return parseFloat(allDur / count).toFixed(3)
} catch (e) {
return 0
}
......
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