From 5837b74682dc37a5c726eaeaa4941e43efeae476 Mon Sep 17 00:00:00 2001 From: Quality App System Date: Mon, 19 Jan 2026 21:40:23 +0200 Subject: [PATCH] Fix: Remove duplicate closing brace causing JavaScript syntax error - Fixed syntax error that prevented script.js from loading - This was breaking the theme toggle button and all JavaScript functionality - Removed extra }); on line 219 --- py_app/app/static/script.js | 1 - 1 file changed, 1 deletion(-) diff --git a/py_app/app/static/script.js b/py_app/app/static/script.js index 81b787a..2441de7 100644 --- a/py_app/app/static/script.js +++ b/py_app/app/static/script.js @@ -217,7 +217,6 @@ document.addEventListener('DOMContentLoaded', () => { if (reportTitle) reportTitle.textContent = 'Error loading data.'; }); }); - }); } // Bind the export functionality to the CSV button