From eeefb8e51e85975a8d5e4f075563b05017fac9be Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Mon, 18 Sep 2017 14:43:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E5=AE=9E=E8=AE=AD=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=82=B9=E5=87=BB=E6=A8=A1=E6=8B=9F=E5=AE=9E?= =?UTF-8?q?=E6=88=98=E5=90=8E=E8=B7=B3=E8=BD=AC=E7=9A=84=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=B8=8D=E5=AD=98=E5=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/shixuns/_settings_edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shixuns/_settings_edit.html.erb b/app/views/shixuns/_settings_edit.html.erb index 9124e27c9..6d3741c93 100644 --- a/app/views/shixuns/_settings_edit.html.erb +++ b/app/views/shixuns/_settings_edit.html.erb @@ -88,7 +88,7 @@ event.stopPropagation(); }); - $("body").click(function(event){ + $(".task-pm-content").click(function(event){ $(".course_list_ul").hide(); event.stopPropagation(); });