* finihsh task #6669.

This commit is contained in:
wangyidong
2019-12-12 08:59:19 +08:00
parent 5688747029
commit b68c0ace0f
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -88,7 +88,8 @@ $uid = uniqid('');
$.extend(options,
{
items: editorTool,
placeholder: $editor.attr('placeholder') || options.placeholder || ''
placeholder: $editor.attr('placeholder') || options.placeholder || '',
pasteImage: {postUrl: createLink('file', 'ajaxPasteImage', 'uid=' + kuid), placeholder: $editor.attr('placeholder') || <?php echo json_encode($lang->noticePasteImg);?>},
});
try