Update GmeekTOC.js
This commit is contained in:
parent
2e78ea21dc
commit
6722f61728
@ -23,7 +23,7 @@ function createTOC() {
|
|||||||
tocElement.appendChild(link);
|
tocElement.appendChild(link);
|
||||||
});
|
});
|
||||||
|
|
||||||
tocElement.insertAdjacentHTML('beforeend', '<a href="#" class="toc-end" onclick="window.scrollTo({top:0,behavior: \'smooth\'});">Top</a>');
|
tocElement.insertAdjacentHTML('beforeend', '<a class="toc-end" onclick="window.scrollTo({top:0,behavior: \'smooth\'});">Top</a>');
|
||||||
contentContainer.prepend(tocElement);
|
contentContainer.prepend(tocElement);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user