5.1.1 release #62

Merged
coolestskinnieinthejungle merged 96 commits from 5.1.1 into master 2021-07-21 18:45:22 +00:00
1 changed files with 0 additions and 10 deletions
Showing only changes of commit a8c65161be - Show all commits

View File

@ -75,16 +75,6 @@ init python:
end = start + GALLERY_CGS_PER_PAGE
return galleryItems[start:end]
# Increments page
# (): None
def nextPage():
galleryPage += 1
# Decrements page
# (): None
def prevPage():
galleryPage -= 1
# Call to loading the gallery
loadGallery()