Skip to content

Commit

Permalink
fixed sound
Browse files Browse the repository at this point in the history
  • Loading branch information
duck2469 authored Dec 28, 2023
1 parent 2a8e701 commit 46094f5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pages/mods/brawlmods.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h2>Super Smash Bros. Brawl</h2>

<script>
var pulllisting = new Audio();
pulllisting.src = "sounds/PullListing.wav";
pulllisting.src = "../../sounds/PullListing.wav";
</script>
<select>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pages/mods/mario3dland.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h2>Super Mario 3D Land</h2>

<script>
var pulllisting = new Audio();
pulllisting.src = "sounds/PullListing.wav";
pulllisting.src = "../../sounds/PullListing.wav";
</script>
<select>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pages/mods/mk8mods.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h2>Mario Kart 8</h2>

<script>
var pulllisting = new Audio();
pulllisting.src = "sounds/PullListing.wav";
pulllisting.src = "../../sounds/PullListing.wav";
</script>
<select>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pages/mods/mp9mods.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h2>Mario Party 9</h2>

<script>
var pulllisting = new Audio();
pulllisting.src = "sounds/PullListing.wav";
pulllisting.src = "../../sounds/PullListing.wav";
</script>
<select>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pages/tabs/mods.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1>My Mods</h1>

<script>
var pulllisting = new Audio();
pulllisting.src = "sounds/PullListing.wav";
pulllisting.src = "../../sounds/PullListing.wav";
</script>
<select>
</div>
Expand Down

0 comments on commit 46094f5

Please sign in to comment.