diff --git a/plugins/GmeekVercount.js b/plugins/GmeekVercount.js index 1f153be..04029df 100644 --- a/plugins/GmeekVercount.js +++ b/plugins/GmeekVercount.js @@ -1,10 +1,10 @@ function createVercount() { 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() {