Skip to content

Commit

Permalink
fix absolute paths on snd
Browse files Browse the repository at this point in the history
  • Loading branch information
Rybar committed Mar 7, 2022
1 parent bab611b commit 2cd5470
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ const imageList = [
]

const soundList = [
{ name: "test1", url:"/snd/test1.mp3" },
{ name: "test2", url:"/snd/test2.mp3" }
{ name: "test1", url:"snd/test1.mp3" },
{ name: "test2", url:"snd/test2.mp3" }
]

function init(){
Expand Down

0 comments on commit 2cd5470

Please sign in to comment.