mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
reduced number of lists on the frontpage
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user