From 05b8a17f589208808cb78304c4bcc1805ccaf945 Mon Sep 17 00:00:00 2001 From: sun6eal Date: Sat, 25 May 2019 22:49:45 +0800 Subject: update --- layouts/partials/comment.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3