Reduce to 10 the books listed in the new page.

This commit is contained in:
Las Zenow 2016-10-21 14:27:26 -04:00
parent dcc2d3b9dc
commit 7a0f4834a5

View file

@ -12,7 +12,7 @@ import (
)
const (
newItemsPage = 50
newItemsPage = 10
)
func deleteHandler(h handler) {