mirror of
https://forge.murkfall.net/bluesaxman/imapi.git
synced 2026-03-13 10:54:19 -06:00
4 lines
73 B
Plaintext
4 lines
73 B
Plaintext
|
|
function getGalleries(api_url) {
|
||
|
|
getData(api_url+"?lg",putGalleries);
|
||
|
|
}
|