From 6722f61728d94a74c03da4a67b78dc9da16bb704 Mon Sep 17 00:00:00 2001 From: Meekdai Date: Tue, 6 Aug 2024 18:41:23 +0800 Subject: [PATCH] Update GmeekTOC.js --- plugins/GmeekTOC.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }