Skip to content

Commit a600a4e

Browse files
committed
fix missing hiccups
1 parent ea8d1b4 commit a600a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default function App({ Component }: PageProps) {
3131
<script>
3232
var x = document.getElementById("myAudio");
3333
34-
mySounds = [ 'sound1', 'sound2', 'sound3', 'sound4', 'sound5' ]
34+
mySounds = [ 'sound1', 'sound2', 'sound3', 'sound4', 'sound5', 'sound6', 'sound7', 'sound8', 'sound9', 'sound10', 'sound11', 'sound12', 'sound13', 'sound14', 'sound15' ];
3535
function randomSound() {
3636
var index = Math.floor(Math.random() * 1000) % mySounds.length;
3737
var id = mySounds[index];

0 commit comments

Comments
 (0)