From 4a3df64d239b1e7294567450e129f8786153a3b3 Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Mon, 24 Apr 2023 12:08:07 +0200 Subject: [PATCH] update --- other/cantaloupe/scripts/you.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/cantaloupe/scripts/you.js b/other/cantaloupe/scripts/you.js index d37b0e4..fa6ab32 100644 --- a/other/cantaloupe/scripts/you.js +++ b/other/cantaloupe/scripts/you.js @@ -21,7 +21,7 @@ function musicPlay() { document.removeEventListener('click', musicPlay); } -var faudio = new Audio('youare.mp3') +var faudio = new Audio('cantaloupe.mp3') faudio.addEventListener('timeupdate', function() { console.log('TimeUpdate invoked.');