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:
2
static/dist/frontpage.min.js
vendored
2
static/dist/frontpage.min.js
vendored
File diff suppressed because one or more lines are too long
2
static/dist/main.min.js
vendored
2
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -45,7 +45,7 @@ var Nochan = {
|
|||||||
{
|
{
|
||||||
|
|
||||||
var chan = lists[x][3];
|
var chan = lists[x][3];
|
||||||
if(num<20)
|
if(num<8)
|
||||||
{
|
{
|
||||||
var id = lists[x][1];
|
var id = lists[x][1];
|
||||||
var viewers = lists[x][0];
|
var viewers = lists[x][0];
|
||||||
|
|||||||
Reference in New Issue
Block a user