New: Vergunningcheck online
This commit is contained in:
10
themes/godocs-1/assets/js/bootstrap.js
vendored
10
themes/godocs-1/assets/js/bootstrap.js
vendored
@@ -1,7 +1,7 @@
|
||||
// bootstrap js components
|
||||
// import Alert from "js/bootstrap/src/alert";
|
||||
// import Button from "js/bootstrap/src/button";
|
||||
// import Carousel from "js/bootstrap/src/carousel";
|
||||
import Carousel from "js/bootstrap/src/carousel";
|
||||
import Collapse from "js/bootstrap/src/collapse";
|
||||
import Dropdown from "js/bootstrap/src/dropdown";
|
||||
import Modal from "js/bootstrap/src/modal";
|
||||
@@ -45,6 +45,14 @@ import Tab from "js/bootstrap/src/tab";
|
||||
modalOpen = false;
|
||||
}
|
||||
}
|
||||
// Zoek alle carousels en initialiseer ze
|
||||
const carouselList = document.querySelectorAll('.carousel');
|
||||
carouselList.forEach(carousel => {
|
||||
new Carousel(carousel, {
|
||||
ride: 'carousel',
|
||||
interval: 5000 // optioneel: snelheid
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
searchModalEl.addEventListener('hidden.bs.modal', e => {
|
||||
|
||||
@@ -461,4 +461,9 @@ $quote-color: #918e91;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 1rem !important;
|
||||
}
|
||||
|
||||
.no-style {
|
||||
box-shadow: none !important;
|
||||
max-height: none !important;
|
||||
}
|
||||
@@ -40,7 +40,7 @@
|
||||
@import "../bootstrap/modal";
|
||||
// @import "../bootstrap/tooltip";
|
||||
// @import "../bootstrap/popover";
|
||||
// @import "../bootstrap/carousel";
|
||||
@import "../bootstrap/carousel";
|
||||
// @import "../bootstrap/spinners";
|
||||
// @import "../bootstrap/offcanvas";
|
||||
// @import "../bootstrap/placeholders";
|
||||
|
||||
Reference in New Issue
Block a user