15 Apr
2015
15 Apr
'15
1:59 p.m.
Author: jruchaud Date: 2015-04-15 13:59:16 +0000 (Wed, 15 Apr 2015) New Revision: 1198 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1198 Log: Add actions Modified: wit/js/main.js Modified: wit/js/main.js =================================================================== --- wit/js/main.js 2015-04-15 13:58:45 UTC (rev 1197) +++ wit/js/main.js 2015-04-15 13:59:16 UTC (rev 1198) @@ -13,7 +13,7 @@ inputTagNode.parentNode.insertAdjacentHTML("beforebegin", templateTag.replace("{{value}}", this.value)); this.value = ""; - time = performance.now(); + time = null; } }