* fix dissappearing pause button

This commit is contained in:
Seth Call 2015-04-27 21:39:46 -05:00
parent 1bd054d050
commit 34b2614600
2 changed files with 1 additions and 2 deletions

View File

@ -58,7 +58,6 @@ context.JK.JamTrackPreview = class JamTrackPreview
else
if @options.master_shows_duration
duration = 'entire song'
console.log("JANKHATNUH", @jamTrack)
if @jamTrack.duration
duration = "0:00 - #{context.JK.prettyPrintSeconds(@jamTrack.duration)}"
part = duration

View File

@ -49,7 +49,7 @@
}
}
.pause-button {
.stop-button {
&.gray {
background-image: url('/assets/content/icon-pause-24-gray.png');
}