Remove: Duplicate functions with alerts that were overriding the modal functionality

This commit is contained in:
2025-09-30 13:49:13 -03:00
parent bd2af094e6
commit 1052740f21

View File

@@ -1331,18 +1331,7 @@
content.innerHTML = '<p>Historical analysis feature coming soon...</p>'; content.innerHTML = '<p>Historical analysis feature coming soon...</p>';
} }
// Action functions // Action functions - these are defined above in the main functions
function analyzeNamespace(namespace) {
alert(`Analyzing namespace: ${namespace}`);
}
function fixNamespace(namespace) {
alert(`Fixing namespace: ${namespace}`);
}
function generateVPARecommendations() {
alert('Generating VPA recommendations...');
}
function showHistoricalAnalysis() { function showHistoricalAnalysis() {
showSection('historical-analysis'); showSection('historical-analysis');