4 lines
73 B
Plaintext
4 lines
73 B
Plaintext
function getGalleries(api_url) {
|
|
getData(api_url+"?lg",putGalleries);
|
|
}
|