admin.aprsto/htdocs/public/assets/js/job-candidate-details.js
2025-02-02 17:15:45 -05:00

17 lines
383 B
JavaScript

(function () {
'use strict';
// swiper with navigation
var swiper = new Swiper(".swiper-related-jobs", {
navigation: {
nextEl: ".swiper-button-next",
prevEl: ".swiper-button-prev",
},
loop: true,
autoplay: {
delay: 1500,
disableOnInteraction: false,
}
});
})();