Skip to content

Commit

Permalink
Updated reveal time
Browse files Browse the repository at this point in the history
  • Loading branch information
marekmansell committed Mar 14, 2024
1 parent f6daa8c commit 75c5b4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/static/reveal_js/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

setTimeout(function() {
location.reload();
}, 5*60*1000); // HARD RELOAD AFTER 5 minutes
}, 10*60*1000); // HARD RELOAD AFTER 10 minutes

Reveal.initialize({
hash: true,
Expand All @@ -55,7 +55,7 @@
Reveal.addEventListener( 'first_slide', function() {
loop_count++;
console.log(loop_count);
if (loop_count === 2) {
if (loop_count === 3) {
location.reload();
}
} );
Expand Down
4 changes: 2 additions & 2 deletions static/reveal_js/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

setTimeout(function() {
location.reload();
}, 5*60*1000); // HARD RELOAD AFTER 5 minutes
}, 10*60*1000); // HARD RELOAD AFTER 10 minutes

Reveal.initialize({
hash: true,
Expand All @@ -55,7 +55,7 @@
Reveal.addEventListener( 'first_slide', function() {
loop_count++;
console.log(loop_count);
if (loop_count === 2) {
if (loop_count === 3) {
location.reload();
}
} );
Expand Down

0 comments on commit 75c5b4c

Please sign in to comment.