forked from rDrama/rDrama
1
0
Fork 0

fix last commit

master
Aevann 2024-06-07 17:36:49 +03:00
parent e6a1a6bb5e
commit 9f67a20a5a
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
const SITE_NAME = document.querySelector("[name='application-name']").content
let audio = new Audio(`/assets/underage_${SITE_NAME}.mp3`);
audio.play();