add collectives

This commit is contained in:
pandora 2018-03-08 08:19:27 +00:00
commit e4abced594
3 changed files with 16 additions and 5 deletions

View file

@ -281,7 +281,7 @@ pandora.ui.home = function() {
});
}
$features.append($footer);
$features.append($support);
//$features.append($support);
$features.animate({opacity: 1}, 250);
});
}