responsive: burger menu ok, started generale layout
This commit is contained in:
@@ -29,6 +29,10 @@ Drupal.behaviors.init_theme.attach = function (context) {
|
||||
}
|
||||
|
||||
$('#block-menu-block-2 ul.menu').listnav({cookieName:'test', attribute:'nom'});
|
||||
|
||||
$('.burger-icon').click(function(){
|
||||
$('body').toggleClass('burger-shown');
|
||||
});
|
||||
};
|
||||
|
||||
Drupal.behaviors.init_timeline = {};
|
||||
|
||||
Reference in New Issue
Block a user