initial git commit of imapi

This commit is contained in:
2019-04-21 08:15:22 -06:00
commit a4cbf79f57
13 changed files with 325 additions and 0 deletions

5
libs/j/putImageList Normal file
View File

@@ -0,0 +1,5 @@
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);
}