Skip to content

Commit

Permalink
Atualizar o main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lauluah authored Apr 9, 2024
1 parent 22289a9 commit 22a4f0a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ function mostrarEnvelope() {
};

const videosURLs = [
'video/video1.mp4',
'video/video2.mp4',
'video/video3.mp4',
'video/video4.mp4',
'video/video5.mp4',
'video/video6.mp4'
'./video/video1.mp4',
'./video/video2.mp4',
'./video/video3.mp4',
'./video/video4.mp4',
'./video/video5.mp4',
'./video/video6.mp4'
];

function obterVideosAleatorios(array) {
Expand Down

0 comments on commit 22a4f0a

Please sign in to comment.