瀏覽代碼

Fix bug in sometimes loading the same pins again because the offset is not increased outside of "success"

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

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

@@ -136,10 +136,10 @@ $(window).load(function() {
$('body').append(theEnd);
}
}

// Up our offset, it's currently defined as 30 in our settings
offset += apiLimitPerPage;
});

// Up our offset, it's currently defined as 50 in our settings
offset += apiLimitPerPage;
}




Loading…
取消
儲存