This website works better with JavaScript.
首頁
說明
登入
heuzef
/
pinry
镜像来自
https://github.com/pinry/pinry.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
44
Wiki
Activity
瀏覽代碼
Fix: Use class instead of element name for star action
pull/169/head
winkidney
5 年之前
committed by
Isaac Bythewood
父節點
3d56663d8b
當前提交
1d739aca54
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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() {
Write
Preview
Loading…
取消
儲存