Browse Source

更改:反馈意见编辑器隐藏上传按钮

pull/313/head
yystopf 3 years ago
parent
commit
4cde7c374e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/admins/feedbacks/new_history.js.erb

+ 1
- 1
app/views/admins/feedbacks/new_history.js.erb View File

@@ -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 });

Loading…
Cancel
Save