Browse Source

编辑器修改

xuchunyang 8 years ago
parent
commit
241a6ee47a
2 changed files with 3 additions and 3 deletions
  1. 2 2
      js/ueditor/ueditor.all.js
  2. 1 1
      js/ueditor/ueditor.config.js

+ 2 - 2
js/ueditor/ueditor.all.js

@ -29545,7 +29545,7 @@ UE.registerUI('message', function(editor) {
29545 29545
29546 29546
29547 29547
// adapter/autosave.js
29548
UE.registerUI('autosave', function(editor) {
29548
/*UE.registerUI('autosave', function(editor) {
29549 29549
    var timer = null,uid = null;
29550 29550
    editor.on('afterautosave',function(){
29551 29551
        clearTimeout(timer);
@ -29562,7 +29562,7 @@ UE.registerUI('autosave', function(editor) {
29562 29562
        },2000)
29563 29563
    })
29564 29564
29565
});
29565
});*/
29566 29566
29567 29567
29568 29568

+ 1 - 1
js/ueditor/ueditor.config.js

@ -35,7 +35,7 @@
35 35
36 36
        //工具栏上的所有的功能按钮和下拉框,可以在new编辑器的实例时选择自己需要的重新定义
37 37
        , toolbars: [[
38
            'fullscreen','undo', 'redo', '|',
38
            'undo', 'redo', '|',
39 39
            'bold', 'italic', 'underline', '|',
40 40
            'insertorderedlist', 'insertunorderedlist', '|',
41 41
            'justifyleft', 'justifycenter', 'justifyright', 'justifyjustify', '|',