From 537bd14aa97eb0b05d58e1ee1d5bdfee4b737de1 Mon Sep 17 00:00:00 2001 From: cxt Date: Fri, 7 Jul 2017 20:36:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E4=BD=9C=E4=B8=9A=E5=92=8C?= =?UTF-8?q?=E9=A2=98=E5=BA=93=E6=97=B6=E5=85=B3=E6=8E=89=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E5=90=8E=E6=97=A0=E6=B3=95=E5=86=8D=E6=AC=A1?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/javascripts/edu/application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/javascripts/edu/application.js b/public/javascripts/edu/application.js index ec879fbda..6ed36e79b 100644 --- a/public/javascripts/edu/application.js +++ b/public/javascripts/edu/application.js @@ -291,7 +291,7 @@ function notice_box_redirect_remote(url, str){ // 警告/提示弹框点击“x”关闭 $(function(){ $("button.task-close").live('click', function(){ - $("button.task-close").parent().remove(); + $("button.task-close").parent().hide(); }); });