consolidation

This commit is contained in:
overcuriousity
2025-07-25 13:37:52 +02:00
parent bd7f93167c
commit bb26d9a80d
6 changed files with 176 additions and 169 deletions

View File

@@ -145,14 +145,6 @@ const sortedTags = Object.entries(tagFrequency)
let selectedPhase = '';
let isTagCloudExpanded = false;
// Check authentication status and show/hide AI button
async function initAIButton() {
await showIfAuthenticated('#ai-view-toggle');
}
// Call auth check on page load
initAIButton();
// Initialize tag cloud state
function initTagCloud() {
const visibleCount = 22;

View File

@@ -832,5 +832,4 @@ domains.forEach((domain: any) => {
}
}
});
setupContributionButtonAuth();
</script>