Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrst committed Jun 10, 2015
1 parent 65b1590 commit 480bd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/script.js
Expand Up @@ -253,7 +253,7 @@ $(document).ready(function() {
$('input').keypress(function(e) {
e.stopPropagation();
});
var nowDate = new Date();
var nowDate = new Date();
var diffMs = (nowDate - typedDate);
if (diffMs > 1000) {
typed = String.fromCharCode(e.which);
Expand Down

0 comments on commit 480bd49

Please sign in to comment.