popup
This commit is contained in:
@@ -46,7 +46,6 @@
|
||||
|
||||
<!-- for select2 -->
|
||||
<link href="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css" rel="stylesheet" />
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css" rel="stylesheet" />
|
||||
|
||||
@stack('css')
|
||||
@@ -605,6 +604,7 @@
|
||||
});
|
||||
</script>
|
||||
<script>
|
||||
<<<<<<< HEAD
|
||||
document.addEventListener('DOMContentLoaded', function () {
|
||||
const tabs = document.querySelectorAll('.accordion-content.resource');
|
||||
|
||||
@@ -619,7 +619,19 @@
|
||||
});
|
||||
});
|
||||
</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>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user