cupper-hugo-theme/layouts/partials/disqus-js-common.js
2019-03-07 14:13:56 -06:00

6 lines
227 B
JavaScript

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