Comments test going well

This commit is contained in:
NikaZhenya 2018-10-04 17:27:53 -05:00
parent 3219477c7e
commit 4f5f68c4db
1 changed files with 0 additions and 1 deletions

View File

@ -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 += '<h3 style="margin:0;color:gray;font-style:normal;">Comments</h3>';
div.innerHTML += '<p><a href="#comments"><span id="cmtcount"></span> Comments</a></p>';
section.appendChild(div);
script.type = 'text/javascript';