forum tag双击可编辑的函数错误,导致编辑器在火狐浏览器插入图片bug

This commit is contained in:
lizanle 2015-10-13 09:37:30 +08:00
parent 1c72d59f71
commit 71c55667ac
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<% forum.tag_list.each do |tag|%>
<% forum.reload.tag_list.each do |tag|%>
<span class="postlabel mr10">
<a title="双击可编辑" ondblclick="rename_tag($(this),'<%= tag %>',<%= forum.id%>,5);" style="cursor: pointer" class="fontGrey2 mr5"><%= tag %></a>
<%if forum.creator.id == User.current.id%>