|
@@ -1,6 +1,6 @@
|
|
// Remove button
|
|
// Remove button
|
|
var disqusButton = document.getElementById('disqus-button');
|
|
var disqusButton = document.getElementById('disqus-button');
|
|
-disqusButton.remove();
|
|
|
|
|
|
+disqusButton.parentNode.removeChild(disqusButton);
|
|
// Un-hide comments
|
|
// Un-hide comments
|
|
var disqusComments = document.getElementById('disqus-comments');
|
|
var disqusComments = document.getElementById('disqus-comments');
|
|
disqusComments.style.display = 'block';
|
|
disqusComments.style.display = 'block';
|