Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jacobsun/hugo-theme-cole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/comment.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/comment.html b/layouts/partials/comment.html
index c9c4bb1..90f0beb 100644
--- a/layouts/partials/comment.html
+++ b/layouts/partials/comment.html
@@ -11,7 +11,7 @@
if (window.location.hostname == "localhost") {
return
}
- document.querySelector('.local-info').classList.add('hide')
+ document.querySelector('.local-info').style.display = "none"
let dsq = document.createElement('script')
dsq.type = 'text/javascript'