Skip to content

Commit

Permalink
Increase mouse idle timer from 1s to 5s
Browse files Browse the repository at this point in the history
  • Loading branch information
NEMS Linux committed Dec 30, 2018
1 parent 020b690 commit b94be27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tv/index.php
Expand Up @@ -156,7 +156,7 @@ function refreshAt(hours, minutes, seconds) {
});

fadeInBuffer = true;
}, 1000)
}, 5000)
});
$('body').css({
cursor: 'default',
Expand Down

0 comments on commit b94be27

Please sign in to comment.