瀏覽代碼

Fix: Use class instead of element name for star action

pull/169/head
winkidney 5 年之前
committed by Isaac Bythewood
父節點
當前提交
1d739aca54
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      pinry/static/js/pinry.js

+ 1
- 1
pinry/static/js/pinry.js 查看文件

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


Loading…
取消
儲存