From 4f5f68c4db48a1b5d6da2a94842ad3500002b520 Mon Sep 17 00:00:00 2001 From: NikaZhenya Date: Thu, 4 Oct 2018 17:27:53 -0500 Subject: [PATCH] Comments test going well --- js/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/main.js b/js/main.js index 8edcdb0..c46e024 100644 --- a/js/main.js +++ b/js/main.js @@ -15,7 +15,6 @@ function add_shares (url) { div.id = 'social'; div.style.cssText = 'margin-top:1em;padding-top:1em;border-top:1px dashed gray;' div.innerHTML += '

Comments

'; - div.innerHTML += '

Comments

'; section.appendChild(div); script.type = 'text/javascript';