Disabled character search for now

This commit is contained in:
Eduard Urbach 2017-11-26 17:06:04 +01:00
parent 246e431103
commit 5ee7f86d41

View File

@ -13,7 +13,7 @@ const maxAnime = 25
const maxPosts = 3 const maxPosts = 3
const maxThreads = 3 const maxThreads = 3
const maxTracks = 4 const maxTracks = 4
const maxCharacters = 5 const maxCharacters = 0
// Get search page. // Get search page.
func Get(ctx *aero.Context) string { func Get(ctx *aero.Context) string {