imapi/libs/j/getGalleries

4 lines
73 B
Plaintext
Raw Normal View History

2019-04-21 08:15:22 -06:00
function getGalleries(api_url) {
getData(api_url+"?lg",putGalleries);
}