paste for markdown v2

This commit is contained in:
lealife
2015-11-28 15:33:06 +08:00
parent f8d4c2ef20
commit cd0913aec0

View File

@ -288,9 +288,9 @@ define('editor_drop_paste', ['fileupload'], function() {
// Initialize the jQuery File Upload plugin
var dom, editor;
// 2015/4/17 添加wmd-input markdown paste image
$('#editorContent, #wmd-input .editor-content').fileupload({
$('#editorContent, #left-column').fileupload({
dataType: 'json',
pasteZone: $('#editorContent, #wmd-input'),
pasteZone: $('#editorContent, #left-column'),
dropZone: '', // 只允许paste
maxFileSize: 210000,
url: "/file/pasteImage",