Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mearjuntripathi committed May 29, 2024
1 parent 9026fb0 commit 8e02198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tictactoe/assets/script/multiplayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class MultiPlayer {
this.mode = move ? 'x' : 'o';
this.opponent.id = id;
this.opponent.name = opponent;
let start = new Audio('./tune/begin.mp3');
let start = new Audio('../tune/begin.mp3');
start.play();
this.panel.innerHTML = "";

Expand Down

0 comments on commit 8e02198

Please sign in to comment.