mirror of
https://github.com/pinry/pinry.git
synced 2026-05-07 14:36:50 +02:00
Fix: Use class instead of element name for star action
This commit is contained in:
committed by
Isaac Bythewood
parent
3d56663d8b
commit
1d739aca54
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user