Kaynağa Gözat

Fix: Use class instead of element name for star action

pull/169/head
winkidney 5 yıl önce
committed by Isaac Bythewood
ebeveyn
işleme
1d739aca54
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      pinry/static/js/pinry.js

+ 1
- 1
pinry/static/js/pinry.js Dosyayı Görüntüle

@@ -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() {


Yükleniyor…
İptal
Kaydet