Update data and expo filter

This commit is contained in:
Théo Marchal 2021-02-16 14:02:57 +01:00
parent bcb0eec9f6
commit 43f1f494cd
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@ jQuery(document).ready(function($)
canDisplay = true; canDisplay = true;
for (i of data) for (i of data)
{ {
if (i.photo == "ok" || i.photo == "good") if (i.expo == "yes")
{ {
paintingList.push(i.number); paintingList.push(i.number);
if (paintingList.length % (pageSize + 1) == 0) if (paintingList.length % (pageSize + 1) == 0)