Switch to Facebook style as default — remove wikipedia, neo-mirai, all variations
This commit is contained in:
+1
-4
@@ -127,11 +127,8 @@ async function loadCommunityStats() {
|
||||
if (data.users !== undefined) {
|
||||
animateCounter('stat-members', data.users);
|
||||
}
|
||||
if (data.posts !== undefined) {
|
||||
animateCounter('stat-posts', data.posts);
|
||||
}
|
||||
if (data.topics !== undefined) {
|
||||
animateCounter('stat-wiki', data.topics);
|
||||
document.getElementById('stat-wiki').textContent = data.topics;
|
||||
}
|
||||
} catch (error) {
|
||||
console.error('Failed to load community stats:', error);
|
||||
|
||||
Reference in New Issue
Block a user