mirror of
https://forge.murkfall.net/bluesaxman/imapi.git
synced 2026-03-13 02:54:19 -06:00
initial git commit of imapi
This commit is contained in:
5
libs/j/putImageList
Normal file
5
libs/j/putImageList
Normal 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);
|
||||
}
|
||||
Reference in New Issue
Block a user