Skip to content
Snippets Groups Projects

Resolve "Lab slideshow should prevent computers from sleeping"

2 files
+ 6
0
Compare changes
  • Side-by-side
  • Inline

Files

@@ -22,6 +22,11 @@
<head>
<link rel="stylesheet" href="/css/presentation.css" />
<script src="/webjars/momentjs/min/moment.min.js"></script>
<script>
document.addEventListener("DOMContentLoaded", async function () {
await navigator.wakeLock.request("screen");
});
</script>
</head>
<body>
Loading