v1.4.2 released

This commit is contained in:
lealife
2015-12-25 23:45:38 +08:00
parent e685a99628
commit 530f2368da
8 changed files with 44 additions and 16 deletions

View File

@ -528,7 +528,8 @@ function initEditor() {
// content_css 不再需要
// content_css : [LEA.sPath + "/css/editor/editor.css"], // .concat(em.getWritingCss()),
skin : "custom",
language: LEA.locale, // 语言
// tinymce just support en & zh lang currently
language: LEA.locale != 'en' && LEA.locale != 'zh' ? 'en' : LEA.locale,
plugins : [
"autolink link leaui_image lists hr", "paste",
"searchreplace leanote_nav leanote_code tabfocus",