Stanislav Koleda 5be575a324
Math.trunc() not work in IE
Internet Explorer not support Math.trunc() function. Because of this, changing fields does not work in IE.
Instead of a function Math.trunc(), you can use the Math.floor()
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/trunc
2020-05-13 20:29:51 +07:00
..