2019-03-07 21:13:56 +01:00
|
|
|
// Remove button
|
|
|
|
var disqusButton = document.getElementById('disqus-button');
|
2019-03-08 19:09:32 +01:00
|
|
|
disqusButton.parentNode.removeChild(disqusButton);
|
2019-03-07 21:13:56 +01:00
|
|
|
// Un-hide comments
|
|
|
|
var disqusComments = document.getElementById('disqus-comments');
|
|
|
|
disqusComments.style.display = 'block';
|