added global veriables and fixed variable images per page

This commit is contained in:
bluesaxman
2019-04-29 09:27:40 -06:00
parent a88b920606
commit d346e90e13
5 changed files with 5 additions and 4 deletions

View File

@@ -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) {