Skip to content

Commit

Permalink
Fixed interactive guide toc
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveSamJacob19 committed Mar 28, 2024
1 parent 32542ae commit a8b47bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/content/_assets/js/guide-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,10 @@ function getTags(callback) {
}

$(document).ready(function () {
window.scrollTo({
top: 1,
});

getTags(function () {
$("#tags_container:empty").prev().hide();
$(window).trigger("scroll");
Expand Down

0 comments on commit a8b47bb

Please sign in to comment.