From 1052740f2127f784bfbd504705587128f6fae9f2 Mon Sep 17 00:00:00 2001 From: andersonid Date: Tue, 30 Sep 2025 13:49:13 -0300 Subject: [PATCH] Remove: Duplicate functions with alerts that were overriding the modal functionality --- app/static/index.html | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/app/static/index.html b/app/static/index.html index 13cfb2f..57398a4 100644 --- a/app/static/index.html +++ b/app/static/index.html @@ -1331,18 +1331,7 @@ content.innerHTML = '

Historical analysis feature coming soon...

'; } - // 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');