mirror of
https://forge.murkfall.net/bluesaxman/imapi.git
synced 2026-03-13 02:54:19 -06:00
added global veriables and fixed variable images per page
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
function listGalleries() {
|
||||
window.galleryBox = elementPlace("body","GalleryBox",null,"div");
|
||||
window.galleryBox = elementPlace(window.g_Gallery.parentID,"GalleryBox",null,"div");
|
||||
window.galleryList = elementPlace("#GalleryBox","GalleryList",null,"ul");
|
||||
window.galleryList.innerHTML = "";
|
||||
window.galleriesList.forEach(function(e) {
|
||||
|
||||
Reference in New Issue
Block a user