Fix: Use class instead of element name for star action

This commit is contained in:
winkidney
2019-02-22 06:58:31 -08:00
committed by Isaac Bythewood
parent 3d56663d8b
commit 1d739aca54

View File

@@ -49,7 +49,7 @@ $(window).load(function() {
}
// Open add-to-board panel
$('glyphicon-heart').each(function() {
$('.glyphicon-heart').each(function() {
var thisPin = $(this);
$(this).off('click');
$(this).click(function() {