vanhempi
commit
506afb9409
No known key found for this signature in database
GPG Key ID: E80B35A6F11C3656
1 muutettua tiedostoa jossa
1 lisäystä ja
1 poistoa
-
audio.js
|
|
|
@@ -1,7 +1,7 @@ |
|
|
|
let playing = []; |
|
|
|
let looping = {}; |
|
|
|
|
|
|
|
const audioBaseUrl = "/media/audio/"; |
|
|
|
const audioBaseUrl = "./media/audio/"; |
|
|
|
|
|
|
|
let audioDict = {}; |
|
|
|
|
|
|
|
|