mirror of
https://forge.murkfall.net/bluesaxman/imapi.git
synced 2026-03-13 02:54:19 -06:00
5 lines
101 B
Plaintext
5 lines
101 B
Plaintext
|
|
function putGalleries(data) {
|
||
|
|
window.galleriesList = JSON.parse(data).galeries;
|
||
|
|
listGalleries();
|
||
|
|
}
|