Smooth scrolling update

This commit is contained in:
Angelos Chalaris
2018-09-08 13:12:00 +03:00
parent 6ee2cd43ca
commit f68fb53002
5 changed files with 32 additions and 26 deletions

View File

@ -307,7 +307,7 @@ try {
}
output +=
'</nav><main class="col-centered">';
output += '<a id="top">&nbsp;</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)