Skip to content

Commit

Permalink
Bugfix: Love icon now shows when song is just loved
Browse files Browse the repository at this point in the history
  • Loading branch information
jacroe committed Jul 15, 2013
1 parent 48a886c commit 4143c70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions inc/pidora.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ $(document).ready(function()
});
setMousetraps();
}
else if(newDataObj.loved && !($('#content .love').is(':visible')))
{
$('#content .love').show();
}
});
}, 3000);
});
Expand Down

0 comments on commit 4143c70

Please sign in to comment.