diff --git a/web/app/assets/javascripts/playbackControls.js b/web/app/assets/javascripts/playbackControls.js index d6272faab..2321c8382 100644 --- a/web/app/assets/javascripts/playbackControls.js +++ b/web/app/assets/javascripts/playbackControls.js @@ -266,7 +266,7 @@ } // at the end of the play, the duration sets to 0, as does currentTime. but isPlaying does not reset to - logger.debug("currentTimeMs, durationTimeMs, mode", currentTimeMs, durationTimeMs, playbackMonitorMode); + //logger.debug("currentTimeMs, durationTimeMs, mode", currentTimeMs, durationTimeMs, playbackMonitorMode); if(currentTimeMs == 0 && seenActivity) { if(playbackPlaying) { isPlaying = false; @@ -389,7 +389,7 @@ function onPlayStartEvent() { updateIsPlaying(true); - playbackPlaying = false; + playbackPlaying = true; seenActivity = false; } diff --git a/web/app/views/dialogs/_gettingStartedDialog.html.slim b/web/app/views/dialogs/_gettingStartedDialog.html.slim index df934ab25..e6b6b5db1 100644 --- a/web/app/views/dialogs/_gettingStartedDialog.html.slim +++ b/web/app/views/dialogs/_gettingStartedDialog.html.slim @@ -43,7 +43,7 @@ | JamTracks are the best way to play with your favorite music. Unlike traditional backing tracks,  | they are complete multitrack recordings, with fully isolated tracks for each part.  span.jamtracks-limited-time.hidden For a limited time, you can get your first JamTrack free. - | Check it out! + |  Check it out! .action-button a.button-orange.browse-jamtrack rel="external" href="#" LEARN MORE br clear="both"