From 9f97dc57393af0fbd54d430f9b8728b6dcab2a00 Mon Sep 17 00:00:00 2001
From: lizanle <491823689@qq.com>
Date: Mon, 21 Sep 2015 16:59:59 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=87=E7=AD=BE=20?=
=?UTF-8?q?=E8=A6=81=E9=99=90=E5=88=B6=E9=95=BF=E5=BA=A6?=
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 fa15c1fc7..ded576f12 100644
--- a/app/views/files/index.html.erb
+++ b/app/views/files/index.html.erb
@@ -239,7 +239,7 @@
ele = domEle;
tagId = id;
taggableType = type;
- domEle.html('');
+ domEle.html('');
domEle.parent().css("border","1px solid #ffffff");
$("#renameTagName").focus();
}