disqus-js-common.js 255 B

123456
  1. // Remove button
  2. var disqusButton = document.getElementById('disqus-button');
  3. disqusButton.parentNode.removeChild(disqusButton);
  4. // Un-hide comments
  5. var disqusComments = document.getElementById('disqus-comments');
  6. disqusComments.style.display = 'block';