Update data and expo filter
This commit is contained in:
parent
bcb0eec9f6
commit
43f1f494cd
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user