去掉重复的图片上传

This commit is contained in:
lizanle 2015-04-28 09:37:31 +08:00
parent 3fac34d942
commit 2aac345645
1 changed files with 1 additions and 1 deletions

View File

@ -4977,7 +4977,7 @@ KEditor.prototype = {
'undo', 'redo', '|', 'preview', 'print', 'template', 'code', 'cut', 'plainpaste', 'undo', 'redo', '|', 'preview', 'print', 'template', 'code', 'cut', 'plainpaste',
'justifyfull', 'insertunorderedlist', 'indent', 'outdent', 'subscript', 'justifyfull', 'insertunorderedlist', 'indent', 'outdent', 'subscript',
'superscript', 'clearhtml', 'quickformat', 'selectall', 'fontname', 'superscript', 'clearhtml', 'quickformat', 'selectall', 'fontname',
'strikethrough', 'lineheight', '|', 'imagedirectupload', 'hr', 'pagebreak', 'strikethrough', 'lineheight', 'hr', 'pagebreak',
'anchor', 'unlink' 'anchor', 'unlink'
] ]
K.each(fullItems, function(i, name) { K.each(fullItems, function(i, name) {