We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents edadb66 + a1a601c commit 5ee1cb0Copy full SHA for 5ee1cb0
_includes/head.html
@@ -30,7 +30,7 @@
30
if (sm) {
31
for (const video of videos) video.play();
32
} else {
33
- videos[0].play();
+ videos[0]?.play();
34
}
35
36
function showAllPeople() {
0 commit comments