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 initGalery(galleryName, pageCount) {
|
||||
pageCount = "number" == typeof pageCount ? pageCount : 5;
|
||||
pageCount = "number" == typeof pageCount ? pageCount : window.g_Gallery.pageCount;
|
||||
window.curGallery = {};
|
||||
getImageList(window.api_url, galleryName);
|
||||
window.curGallery.Position = 0;
|
||||
|
||||
Reference in New Issue
Block a user