first commit
This commit is contained in:
6
layouts/partials/disqus-js-common.js
Normal file
6
layouts/partials/disqus-js-common.js
Normal file
@@ -0,0 +1,6 @@
|
||||
// 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';
|
||||
Reference in New Issue
Block a user