From 4cde7c374e9874569dcc475371ff9a6bc61d42c8 Mon Sep 17 00:00:00 2001 From: yystopf Date: Fri, 11 Nov 2022 14:04:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=EF=BC=9A=E5=8F=8D=E9=A6=88?= =?UTF-8?q?=E6=84=8F=E8=A7=81=E7=BC=96=E8=BE=91=E5=99=A8=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/admins/feedbacks/new_history.js.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admins/feedbacks/new_history.js.erb b/app/views/admins/feedbacks/new_history.js.erb index 2b96cf48..c795b0f5 100644 --- a/app/views/admins/feedbacks/new_history.js.erb +++ b/app/views/admins/feedbacks/new_history.js.erb @@ -1,3 +1,3 @@ $("#feedback-modals").html("<%= j render(partial: 'admins/feedbacks/history_form_modal', locals: {type: 'new_history'}) %>") $(".feedback-history-change-modal").modal('show'); -createMDEditor('feedback-history-email-editor', {width: 750, height: 300, placeholder: '请输入邮件正文',watch: false }); +createMDEditor('feedback-history-email-editor', {width: 750, height: 300, placeholder: '请输入邮件正文',watch: false, imageUpload: false });