|
|
@ -63,7 +63,8 @@ const transformJoinURL = (join_link) => {
|
|
|
|
function onLoad(timestamp) {
|
|
|
|
function onLoad(timestamp) {
|
|
|
|
setLastChecked(timestamp);
|
|
|
|
setLastChecked(timestamp);
|
|
|
|
hideBadCommunities();
|
|
|
|
hideBadCommunities();
|
|
|
|
sortTable(COLUMN.NAME);
|
|
|
|
// Sort by server to show off new feature & align colors.
|
|
|
|
|
|
|
|
sortTable(COLUMN.SERVER_ICON);
|
|
|
|
createJoinLinkButtons();
|
|
|
|
createJoinLinkButtons();
|
|
|
|
markSortableColumns();
|
|
|
|
markSortableColumns();
|
|
|
|
}
|
|
|
|
}
|
|
|
|