mirror of
https://forge.murkfall.net/bluesaxman/imapi.git
synced 2026-06-12 10:29:12 -06:00
4 lines
91 B
Plaintext
4 lines
91 B
Plaintext
|
|
function getImageList(api_url, gallery) {
|
||
|
|
getData(api_url+"?gg!"+gallery,putImageList);
|
||
|
|
}
|