Skip to content

Commit

Permalink
play button changed to Music
Browse files Browse the repository at this point in the history
  • Loading branch information
itayfree authored and sleviim committed Aug 27, 2023
1 parent 4589e77 commit 3207b26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rose/web/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ var ROSE = (function() {
if (self.playing) {
self.playing = false;
self.pause();
$(this).text("Play");
$(this).text("Music");
} else {
self.playing = true;
self.play();
Expand Down
2 changes: 1 addition & 1 deletion rose/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<button id="start" disabled>Start</button>
<button id="stop" disabled>Stop</button>
<button id="music_ctl">Play</button>
<button id="music_ctl">Music</button>
<label id="info"></label>

<div id="rate_ctl">
Expand Down

0 comments on commit 3207b26

Please sign in to comment.