Add navbar description

This commit is contained in:
Jeremy Thomas
2017-07-01 20:50:05 +01:00
parent 5e644d861e
commit 6fe8ce9795
9 changed files with 54 additions and 25 deletions

View File

@@ -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');