imapi/libs/j/getImageList

4 lines
91 B
Plaintext
Raw Normal View History

2019-04-21 08:15:22 -06:00
function getImageList(api_url, gallery) {
getData(api_url+"?gg!"+gallery,putImageList);
}