mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Updated gulpfile, and sending total # of users
This commit is contained in:
@@ -22,9 +22,9 @@ var Frontpage = {
|
||||
Helper.log("Frontpage fetch");
|
||||
Helper.log(msg);
|
||||
Helper.log("------------");
|
||||
Frontpage.all_channels = msg;
|
||||
Frontpage.populate_channels(msg, true);
|
||||
//Frontpage.set_viewers(msg.viewers);
|
||||
Frontpage.all_channels = msg.channels;
|
||||
Frontpage.populate_channels(msg.channels, true);
|
||||
Frontpage.set_viewers(msg.viewers);
|
||||
},
|
||||
|
||||
populate_channels: function(lists, popular)
|
||||
|
||||
Reference in New Issue
Block a user