download pdf and excel function created

This commit is contained in:
Abhishek Mali
2025-12-03 10:35:20 +05:30
parent 922539844d
commit f4730a81d8
8 changed files with 1195 additions and 19 deletions

View File

@@ -1723,4 +1723,16 @@ document.addEventListener('DOMContentLoaded', function() {
});
</script>
<script>
document.addEventListener("hidden.bs.modal", function () {
// Remove Bootstrap backdrops
document.querySelectorAll(".modal-backdrop").forEach(el => el.remove());
// Fix page scroll locking
document.body.classList.remove("modal-open");
document.body.style.overflow = "";
});
</script>
@endsection