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:
authorsun6eal <jacob.sun.meta@gmail.com>2019-05-25 17:49:45 +0300
committersun6eal <jacob.sun.meta@gmail.com>2019-05-25 17:49:45 +0300
commit05b8a17f589208808cb78304c4bcc1805ccaf945 (patch)
tree8f1dc76b25b01fbfef2e06225549e0c5275b27fd
parent5b00790eb1cb4e6d2efeb103efd0c6cbc30912f7 (diff)
update
-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'