init
This commit is contained in:
commit
536c3856e1
89 changed files with 8421 additions and 0 deletions
8
static/js/bulma.js
Normal file
8
static/js/bulma.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
(function () {
|
||||
var burger = document.querySelector('.burger');
|
||||
var menu = document.querySelector('#' + burger.dataset.target);
|
||||
burger.addEventListener('click', function () {
|
||||
burger.classList.toggle('is-active');
|
||||
menu.classList.toggle('is-active');
|
||||
});
|
||||
})();
|
Loading…
Add table
Add a link
Reference in a new issue