Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
adding AIN'T NO WAY as a test
  • Loading branch information
Peach64 committed Apr 17, 2023
1 parent d01f208 commit 16217e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const audioFiles = [
"AIN'T NO WAY.wav",
"bazinga (2).wav",
"bazinga (3).wav",
"bazinga (4).wav",
Expand Down Expand Up @@ -95,4 +96,4 @@ audioFiles.forEach(filename => {
source.setAttribute('type', type);

CONTAINER.append(node);
});
});

0 comments on commit 16217e7

Please sign in to comment.