From 814ad5a3659474c06cfbc77ed7ba1196cb8b4988 Mon Sep 17 00:00:00 2001 From: lizanle <491823689@qq.com> Date: Tue, 22 Sep 2015 16:44:12 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E6=A1=86=E7=9A=84=E5=AE=BD=E5=BA=A6=E5=92=8C=E7=88=B6=E5=85=83?= =?UTF-8?q?=E7=B4=A0=E4=BF=9D=E6=8C=81=E4=B8=80=E8=87=B4=E3=80=82=E4=BD=86?= =?UTF-8?q?=E6=98=AF=E7=94=B1=E4=BA=8E=E7=88=B6=E5=85=83=E7=B4=A0=E6=9C=89?= =?UTF-8?q?padding=E5=B1=9E=E6=80=A7=E3=80=82=E9=A1=B6=E9=83=A8=E7=9A=84?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E6=A0=8F=E5=AE=BD=E5=BA=A6=E4=B8=8D=E4=B8=80?= =?UTF-8?q?=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/files/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/files/index.html.erb b/app/views/files/index.html.erb index 5d3e60671..537a7a0dc 100644 --- a/app/views/files/index.html.erb +++ b/app/views/files/index.html.erb @@ -242,7 +242,7 @@ ele = domEle; tagId = id; taggableType = type; - domEle.html(''); + domEle.html(''); domEle.parent().css("border","1px solid #ffffff"); $("#renameTagName").focus(); }