imapi/libs/j/getImageList

4 lines
91 B
Plaintext

function getImageList(api_url, gallery) {
getData(api_url+"?gg!"+gallery,putImageList);
}