1
0
Fork 0

do soundfile stuff on load, when the audio is ready

This commit is contained in:
Rhiannon Morris 2021-09-23 08:14:06 +02:00
parent cabe24377a
commit 4bd79d88d9
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@
<script>
window.addEventListener('DOMContentLoaded', function() {
window.addEventListener('load', function() {
let link = document.getElementById('soundlink');
let miku = document.getElementById('miku');