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