Ilogeek / redmine_issue_dynamic_edit

Allows users to dynamically update (AJAX) issue's attributes from issue details page without any refresh (JIRA like)
http://www.redmine.org/plugins/redmine_issue_dynamic_edit
MIT License
134 stars 56 forks source link

Math.trunc() not work in IE #67

Closed koledas closed 4 years ago

koledas commented 4 years ago

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