Skip to content

Commit

Permalink
Merge branch 'master' of github.com:GavrielFernandez/ROSE
Browse files Browse the repository at this point in the history
  • Loading branch information
itayfree committed Aug 10, 2023
2 parents 52f72c9 + 1e4db40 commit ba154b4
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 ba154b4

Please sign in to comment.