diff --git a/public/assets/kindeditor/kindeditor.js b/public/assets/kindeditor/kindeditor.js index a31284adf..995d8ebdd 100644 --- a/public/assets/kindeditor/kindeditor.js +++ b/public/assets/kindeditor/kindeditor.js @@ -4972,13 +4972,13 @@ KEditor.prototype = { 'emoticons', 'source','plainpaste', 'wordpaste', '|', 'justifyleft', 'justifycenter', 'justifyright', 'insertorderedlist', '|', 'formatblock', 'fontsize', '|', 'forecolor', 'hilitecolor', 'bold', - 'italic', 'underline', 'removeformat', '|','imagedirectupload','table', 'link', 'fullscreen',"less", + 'italic', 'underline', 'removeformat', '|','imagedirectupload','table', 'link', "less", '/', - 'undo', 'redo', '|', 'preview', 'print', 'template', 'code', 'cut', 'plainpaste', + 'undo', 'redo', '|', 'preview', 'print', 'template', 'justifyfull', 'insertunorderedlist', 'indent', 'outdent', 'subscript', 'superscript', 'clearhtml', 'quickformat', 'selectall', 'fontname', - 'strikethrough', 'lineheight', '|', 'imagedirectupload', 'hr', 'pagebreak', - 'anchor', 'unlink' + 'strikethrough', 'lineheight', 'hr', 'pagebreak', + 'anchor' , 'unlink' ] K.each(fullItems, function(i, name) { if (name == '|') { diff --git a/public/assets/kindeditor/themes/default/default.png b/public/assets/kindeditor/themes/default/default.png index cc9e72d2b..c9103ea56 100644 Binary files a/public/assets/kindeditor/themes/default/default.png and b/public/assets/kindeditor/themes/default/default.png differ