imapi/libs/j/putImageList

6 lines
277 B
Plaintext
Raw Normal View History

2019-04-21 08:15:22 -06:00
function putImageList(data) {
window.curGallery.imageList = JSON.parse(data).images;
window.curGallery.controls.position.innerHTML = window.curGallery.Position + " - " + (window.curGallery.Position + 5) + " / " + window.curGallery.imageList.length;
ImageListSelection(0);
}