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:
King Omar 2026-06-27 23:53:36 +10:00
parent bf18f882da
commit 78454eee26

View file

@ -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) {