mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-01-06 21:49:40 +02:00
Bug fix
This commit is contained in:
parent
60546e984a
commit
f6c2d5de4b
4
site.js
4
site.js
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user