From d585a1a9f2091f5a5a65bb058b3512624a7d5cc6 Mon Sep 17 00:00:00 2001 From: Van Date: Tue, 14 Jan 2020 16:46:29 +0800 Subject: [PATCH] :sparkles: #18 --- src/main/resources/js/page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/js/page.js b/src/main/resources/js/page.js index 6463b6e2d..d5c137929 100644 --- a/src/main/resources/js/page.js +++ b/src/main/resources/js/page.js @@ -48,7 +48,7 @@ $.extend(Page.prototype, { }, error () { $vcomment.remove() - $vcomment.next().show() + $('#soloComments').show() }, })