reduced number of lists on the frontpage

This commit is contained in:
Kasper Rynning-Tønnesen
2015-11-26 13:18:04 +01:00
parent c8a5e319c2
commit d6e7236e63
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -45,7 +45,7 @@ var Nochan = {
{
var chan = lists[x][3];
if(num<20)
if(num<8)
{
var id = lists[x][1];
var viewers = lists[x][0];