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>';
|
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');
|
||||||
|
|||||||
Reference in New Issue
Block a user