Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
vladtreny authored Oct 1, 2021
1 parent 065ce88 commit 1022e69
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion idle.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
<body>
<script>
(async () => {
await IdleDetector.requestPermission();

console.log('Before, run in console the following and reload the page:');
console.log('await IdleDetector.requestPermission()');
console.log('-------------------');
console.log('IdleDetector allows minimum 1 minute, so waiting.');

let cnt = 0;
Expand Down

0 comments on commit 1022e69

Please sign in to comment.