24 images per browse page
This commit is contained in:
parent
9a53526a44
commit
0a062384a4
@ -45,7 +45,7 @@
|
||||
|
||||
<script type="text/javascript">
|
||||
//Pagination
|
||||
pageSize = 16;
|
||||
pageSize = 24;
|
||||
|
||||
var pageCount = $(".browsethearchive-items").length / pageSize;
|
||||
|
||||
|
@ -44,7 +44,7 @@
|
||||
|
||||
<script type="text/javascript">
|
||||
//Pagination
|
||||
pageSize = 16;
|
||||
pageSize = 24;
|
||||
|
||||
var pageCount = $(".selfpublishedindex-items").length / pageSize;
|
||||
|
||||
|
@ -44,7 +44,7 @@
|
||||
|
||||
<script type="text/javascript">
|
||||
//Pagination
|
||||
pageSize = 16;
|
||||
pageSize = 24;
|
||||
|
||||
var pageCount = $(".zinesindex-items").length / pageSize;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user