Skip to content

Commit

Permalink
Removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
cjg89 committed Dec 10, 2018
1 parent 771906f commit 9b9a001
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/section-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
const $listItem = $('<li class="nav-item"></li>');
const $anchor = $(`<a class="section-link nav-link" href="#${url}">${text}</a>`);

// $anchor.on('click', onClick);
$listItem.append($anchor);
$menuList.append($listItem);
};
Expand Down

0 comments on commit 9b9a001

Please sign in to comment.