js removed, cost calculator edited

This commit is contained in:
2025-08-21 10:38:40 +05:45
parent 8245d1b07f
commit b6e9806bba

View File

@@ -604,7 +604,6 @@
}); });
</script> </script>
<script> <script>
<<<<<<< HEAD
document.addEventListener('DOMContentLoaded', function () { document.addEventListener('DOMContentLoaded', function () {
const tabs = document.querySelectorAll('.accordion-content.resource'); const tabs = document.querySelectorAll('.accordion-content.resource');
@@ -619,19 +618,8 @@
}); });
}); });
</script> </script>
=======
document.addEventListener('DOMContentLoaded', function() {
const tabs = document.querySelectorAll('.accordion-content');
>>>>>>> 54c1fc467930bf558438abd67adc3594eeb8d2fa
tabs.forEach(tab => {
tab.addEventListener('click', function() {
tabs.forEach(t => t.classList.remove('highlight-tab'));
this.classList.add('highlight-tab');
});
});
});
</script>
</div> </div>