From f3fe328188734e04a7825be210a653af39c86355 Mon Sep 17 00:00:00 2001 From: Yagami <976204163@qq.com> Date: Mon, 1 Jul 2019 16:15:52 +0800 Subject: [PATCH] * Finish task #5914. --- module/common/view/kindeditor.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/common/view/kindeditor.html.php b/module/common/view/kindeditor.html.php index fcb9688922..ba47e4a71f 100755 --- a/module/common/view/kindeditor.html.php +++ b/module/common/view/kindeditor.html.php @@ -26,7 +26,7 @@ $uid = uniqid(''); var simpleTools = [ 'formatblock', 'fontname', 'fontsize', '|', 'forecolor', 'hilitecolor', 'bold', 'italic','underline', '|', 'justifyleft', 'justifycenter', 'justifyright', 'insertorderedlist', 'insertunorderedlist', '|', - 'emoticons', 'image', 'code', 'link', '|', 'removeformat','undo', 'redo', 'fullscreen', 'source', 'about']; + 'emoticons', 'image', 'code', 'link', '|', 'removeformat','undo', 'redo', 'fullscreen', 'source', 'about', 'table']; var fullTools = [ 'formatblock', 'fontname', 'fontsize', 'lineheight', '|', 'forecolor', 'hilitecolor', '|', 'bold', 'italic','underline', 'strikethrough', '|', 'justifyleft', 'justifycenter', 'justifyright', 'justifyfull', '|',