consolidation
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -832,5 +832,4 @@ domains.forEach((domain: any) => {
|
||||
}
|
||||
}
|
||||
});
|
||||
setupContributionButtonAuth();
|
||||
</script>
|
||||
Reference in New Issue
Block a user