Switch background audio to Not Like Us (trimmed from 36s)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
bf18f882da
commit
78454eee26
1 changed files with 1 additions and 1 deletions
|
|
@ -2748,7 +2748,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
|||
console.log("Music prompt element found, adding click listener");
|
||||
|
||||
// Audio file URL - using a more reliable source
|
||||
const audioUrl = 'https://theradicalparty.com/memes/steppingout.mp3';
|
||||
const audioUrl = 'https://theradicalparty.com/memes/notlikeus.mp3';
|
||||
|
||||
// Initialize music only when the "hit me" button is clicked
|
||||
musicPrompt.addEventListener('click', function(e) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue