cognitive-digressions/themes/cupper-hugo-theme/layouts/partials/disqus-js-common.js
2025-04-09 11:12:51 +03:00

6 lines
No EOL
255 B
JavaScript

// 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';