1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-01-06 21:49:40 +02:00
This commit is contained in:
Ryan L McIntyre 2019-07-23 14:34:55 -07:00
parent 60546e984a
commit f6c2d5de4b

View File

@ -90,8 +90,8 @@ document.addEventListener("DOMContentLoaded", function() {
$(document).ready(function (){
$('nav li a').navScroller();
// call on all links that start an anchor/hash
$('nav li a[href^=#]').navScroller();
//section divider icon click gently scrolls to reveal the section
$(".sectiondivider").on('click', function(event) {