* fix dissappearing pause button
This commit is contained in:
parent
1bd054d050
commit
34b2614600
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.pause-button {
|
||||
.stop-button {
|
||||
&.gray {
|
||||
background-image: url('/assets/content/icon-pause-24-gray.png');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue