Smooth scrolling update
This commit is contained in:
@ -307,7 +307,7 @@ try {
|
||||
}
|
||||
output +=
|
||||
'</nav><main class="col-centered">';
|
||||
output += '<a id="top"> </a>';
|
||||
output += '<span id="top"><br/><br/></span>';
|
||||
// Loop over tags and snippets to create the list of snippets
|
||||
for (let tag of [...new Set(Object.entries(tagDbData).map(t => t[1][0]))]
|
||||
.filter(v => v)
|
||||
|
||||
Reference in New Issue
Block a user