1
0
Fork 1

By default, sort by server column.

pull/28/head
gravel 3 years ago
parent dfd2d463af
commit 4ba7520856
Signed by: gravel
SSH Key Fingerprint: SHA256:p4HP49CCk4YQMkJpWJ09L8peEPQWjERtdCRAFxPfbOY

@ -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();
} }