Skip to content

Commit

Permalink
Play button on album cover #319
Browse files Browse the repository at this point in the history
  • Loading branch information
Rello committed Sep 9, 2018
1 parent 68d36ce commit cdbfc78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/app-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ Audios.prototype.buildSongContainer = function (eventTarget, directPlay) {
var appContent = $('#app-content');
scrollTop = appContent.scrollTop();

if (directPlay != true) {
if (directPlay !== true) {
divSongContainer.css({
'top': scrollTop + activeAlbum.offset().top + iTop
});
Expand Down

0 comments on commit cdbfc78

Please sign in to comment.