Browse Source

I think I need a dot in here

tags/v0.1.0
Fen Dweller 6 years ago
parent
commit
506afb9409
No known key found for this signature in database GPG Key ID: E80B35A6F11C3656
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      audio.js

+ 1
- 1
audio.js View File

@@ -1,7 +1,7 @@
let playing = [];
let looping = {};

const audioBaseUrl = "/media/audio/";
const audioBaseUrl = "./media/audio/";

let audioDict = {};



Loading…
Cancel
Save