From 1809a93770e28bd83d5d8ad0b9e683345c6764e7 Mon Sep 17 00:00:00 2001 From: lizanle <491823689@qq.com> Date: Thu, 17 Dec 2015 15:41:36 +0800 Subject: [PATCH] =?UTF-8?q?editor=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/issues/show.html.erb | 2 +- app/views/issues/update.js.erb | 4 +-- .../lib/rails_kindeditor/helper.rb | 8 +----- public/assets/kindeditor/kindeditor.js | 28 +++++++------------ public/stylesheets/project.css | 3 +- 5 files changed, 15 insertions(+), 30 deletions(-) diff --git a/app/views/issues/show.html.erb b/app/views/issues/show.html.erb index 156e5cb67..c832c884f 100644 --- a/app/views/issues/show.html.erb +++ b/app/views/issues/show.html.erb @@ -1,5 +1,5 @@ <%= content_for(:header_tags) do %> - <%= import_ke(enable_at: true) %> + <%= import_ke(enable_at: false) %> <%= javascript_include_tag 'create_kindeditor'%> <% end %>