From cdca8dea4ddead75fe1cbfe533bb1a1b4c7ab082 Mon Sep 17 00:00:00 2001 From: cxt Date: Tue, 8 Sep 2015 11:55:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E7=BC=BA=E9=99=B7=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=E7=9A=84=E5=9B=BE=E7=89=87=E7=82=B9=E5=87=BB=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=A4=A7=E5=9B=BE=E5=90=8E=E7=9A=84=E8=93=9D=E8=89=B2?= =?UTF-8?q?=E8=BE=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/users/_project_issue.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/_project_issue.html.erb b/app/views/users/_project_issue.html.erb index 8b9acb36e..04f541d77 100644 --- a/app/views/users/_project_issue.html.erb +++ b/app/views/users/_project_issue.html.erb @@ -141,7 +141,7 @@ image.wrap(element); } } - $('#activity_description_<%= user_activity_id %> a').colorbox({rel:'nofollow', close: "关闭"}); + $('#activity_description_<%= user_activity_id %> a').colorbox({rel:'nofollow', close: "关闭", returnFocus: false}); }); \ No newline at end of file