Skip to content
Snippets Groups Projects
Commit 0d2c41a6 authored by benjamin melançon's avatar benjamin melançon :tools:
Browse files

Make script work in Drupal

TODO check that it still works in the static layout...
parent 7c335eb7
No related branches found
No related tags found
No related merge requests found
$( document ).ready(function() {
(function ($) {
$(document).ready(function(){
// Open side navbar for handsets
$('.navbar-burger').on('click tap', function(e) {
$(this).toggleClass('is-active');
......@@ -41,5 +41,5 @@ $( document ).ready(function() {
}
]
});
});
})(jQuery);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment