From f7441166e469934753fcdc03645ed82de37e55ce Mon Sep 17 00:00:00 2001 From: Yaoyuan Chu Date: Sat, 3 Sep 2022 16:08:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/newdiccuss.ftl | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/main/resources/templates/newdiccuss.ftl b/src/main/resources/templates/newdiccuss.ftl index 43c2525..415b8c1 100644 --- a/src/main/resources/templates/newdiccuss.ftl +++ b/src/main/resources/templates/newdiccuss.ftl @@ -5,13 +5,10 @@ - - <#include "comm/commjs.ftl"/> -
@@ -35,7 +32,6 @@  
-
@@ -70,6 +66,7 @@ }); } + //点击事件 $("#newDiscussions").click(function () { var token = $("meta[name='_csrf']").attr("content"); @@ -114,8 +111,6 @@ }); }); - -