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