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() {