Skip to content

Commit

Permalink
delay for 1200ms #326
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Mar 5, 2023
1 parent 0fda38d commit 3157147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<img src="icons/Icon-192.png" alt="dwyl logo" height="64px" />
<h1>do what you love</h1>
</div>
<script defer>
<script>
window.addEventListener('load', function(ev) {
// Smoke & Mirrors for PageSpeed Perf Test:
setTimeout(() => {
Expand All @@ -55,7 +55,7 @@ <h1>do what you love</h1>
}
});
})
}, localStorage.getItem('loaded') || 200);
}, localStorage.getItem('loaded') || 1200);
});

function loadScript(src) {
Expand Down

0 comments on commit 3157147

Please sign in to comment.