瀏覽代碼

remove doubled event listeners

tags/v1.0.0
Rober Torkuhl 11 年之前
父節點
當前提交
0a5ed2b049
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      pinry/static/js/pinry.js

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

@@ -51,6 +51,7 @@ $(window).load(function() {
// Delete pin if trash icon clicked
$('.icon-trash').each(function() {
var thisPin = $(this);
$(this).unbind('click');
$(this).click(function() {
$(this).off('click');
var promise = deletePinData($(this).data('id'));


Loading…
取消
儲存