mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
Add navbar description
This commit is contained in:
@@ -2,7 +2,6 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
|
||||
const $grid = document.getElementById('grid');
|
||||
const $columns = Array.prototype.slice.call(document.querySelectorAll('#grid > .column'), 0);
|
||||
console.log('$columns', $columns);
|
||||
const $markup = document.querySelector('#markup code');
|
||||
const $message = document.getElementById('message');
|
||||
const $add = document.getElementById('add');
|
||||
|
||||
Reference in New Issue
Block a user