From aaab008a9de48533e318f14693c1a558304143b2 Mon Sep 17 00:00:00 2001 From: pjpatil12 Date: Fri, 6 Feb 2026 15:14:13 +0530 Subject: [PATCH] update itr and ao from and auto save mat ceadit and utility --- static/js/summary_preview.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/static/js/summary_preview.js b/static/js/summary_preview.js index cf1ab60..87ac7d7 100644 --- a/static/js/summary_preview.js +++ b/static/js/summary_preview.js @@ -45,11 +45,6 @@ document.getElementById("year").addEventListener("change", function () { // Show preview previewDiv.style.display = "block"; - - - - - }) .catch(err => console.error("Preview load error:", err)); });