- // Remove button
- var disqusButton = document.getElementById('disqus-button');
- disqusButton.parentNode.removeChild(disqusButton);
- // Un-hide comments
- var disqusComments = document.getElementById('disqus-comments');
- disqusComments.style.display = 'block';
|