tenax2015

Results 1 comments of tenax2015

The error lies in the fact that in **/inc/richVideoControl.standalone.js** in function **second2TimeCode(sec)** instead of **var m = Math.round(parseInt(sec.toString()) / 60) || 0;** nessesary to use **var m = div(parseInt(sec.toString()), 60)...