diff --git a/plugins/GmeekTOC.js b/plugins/GmeekTOC.js index 99d012ae..3656d1e8 100644 --- a/plugins/GmeekTOC.js +++ b/plugins/GmeekTOC.js @@ -23,7 +23,7 @@ function createTOC() { tocElement.appendChild(link); }); - tocElement.insertAdjacentHTML('beforeend', 'Top'); + tocElement.insertAdjacentHTML('beforeend', 'Top'); contentContainer.prepend(tocElement); }