From b94bf87e2a5b2718c66af181ce486ef165e5ed26 Mon Sep 17 00:00:00 2001 From: Xiao Zai Date: Mon, 11 Apr 2022 03:24:00 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix:=20fix=20share?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/pjax.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/pjax.ftl b/module/pjax.ftl index 7ab9bf3..e7094b0 100644 --- a/module/pjax.ftl +++ b/module/pjax.ftl @@ -53,7 +53,7 @@ xueContext.arrowDown() } - if ($("#container").find('.icon-Share').length > 0) { + if ($("#container").find('.share-items').length > 0) { xueContext.shareBtn() xueContext.shareItem() }