infidel-cupper-theme/layouts/partials/disqus-js-common.js

6 lines
255 B
JavaScript
Raw Normal View History

2022-11-14 11:16:26 -05:00
// 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';