début du thème, footer et header en mobile
This commit is contained in:
@@ -9,6 +9,15 @@
|
||||
Drupal.behaviors.erabletheme = {
|
||||
attach: function (context, settings) {
|
||||
|
||||
(function($, window) {
|
||||
let slickEl = $('.slick-container').children().first().children().first().children().first().children().first();
|
||||
$(slickEl).slick({
|
||||
arrows: false,
|
||||
dots: true,
|
||||
appendDots: $('#carousel_dots')
|
||||
});
|
||||
})(jQuery, window);
|
||||
|
||||
const hamburgerBtn = document.getElementById("hamburger");
|
||||
const menu = hamburgerBtn.nextElementSibling;
|
||||
|
||||
|
Reference in New Issue
Block a user