From 93dd93bd31006b5993b09804c8659146ede5e6c6 Mon Sep 17 00:00:00 2001 From: Meekdai Date: Thu, 5 Feb 2026 13:25:17 +0800 Subject: [PATCH] Update GmeekBSZ.js --- plugins/GmeekBSZ.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/GmeekBSZ.js b/plugins/GmeekBSZ.js index 0cebe23..44d8a7c 100644 --- a/plugins/GmeekBSZ.js +++ b/plugins/GmeekBSZ.js @@ -1,10 +1,10 @@ function createBSZ() { var postBody = document.getElementById('postBody'); if (postBody){ - postBody.insertAdjacentHTML('afterend',''); + postBody.insertAdjacentHTML('afterend',''); } var runday = document.getElementById('runday'); - runday.insertAdjacentHTML('afterend', ''); + runday.insertAdjacentHTML('afterend', ''); } document.addEventListener("DOMContentLoaded", function() {