Kaynağa Gözat

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 yıl önce
ebeveyn
işleme
4f8139f615
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. +3
    -3
      pinry/static/js/pinry.js

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

@@ -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;
}




Yükleniyor…
İptal
Kaydet