Load matches after page load

This commit is contained in:
Jonathan Cremin 2014-12-23 00:35:17 +00:00
parent a2148dc00a
commit 874c3c162c
7 changed files with 140 additions and 25 deletions

View file

@ -60,10 +60,6 @@ module.exports = function(req, res, next) {
});
shares.sort(function(a, b) {
return !a.id || !b.id;
}).sort(function(a, b) {
return !a.streamUrl || b.streamUrl;
}).sort(function(a, b) {
return a.type == "video" && b.type != "video";
});