Remove: Duplicate functions with alerts that were overriding the modal functionality
This commit is contained in:
@@ -1331,18 +1331,7 @@
|
||||
content.innerHTML = '<p>Historical analysis feature coming soon...</p>';
|
||||
}
|
||||
|
||||
// Action functions
|
||||
function analyzeNamespace(namespace) {
|
||||
alert(`Analyzing namespace: ${namespace}`);
|
||||
}
|
||||
|
||||
function fixNamespace(namespace) {
|
||||
alert(`Fixing namespace: ${namespace}`);
|
||||
}
|
||||
|
||||
function generateVPARecommendations() {
|
||||
alert('Generating VPA recommendations...');
|
||||
}
|
||||
// Action functions - these are defined above in the main functions
|
||||
|
||||
function showHistoricalAnalysis() {
|
||||
showSection('historical-analysis');
|
||||
|
||||
Reference in New Issue
Block a user