Commit b8464070 authored by Vanessa's avatar Vanessa

compress js

parent e3088d67
...@@ -502,7 +502,7 @@ admin.editors.KindEditor = { ...@@ -502,7 +502,7 @@ admin.editors.KindEditor = {
langType : language, langType : language,
resizeType: 0, resizeType: 0,
items: ["bold", "italic", "underline", "strikethrough", "|", "undo", "redo", "|", items: ["bold", "italic", "underline", "strikethrough", "|", "undo", "redo", "|",
"insertunorderedlist", "insertorderedlist", "insertunorderedlist", "insertorderedlist", "|", "source"
] ]
}); });
} catch (e) { } catch (e) {
...@@ -601,8 +601,7 @@ admin.editors.CodeMirror = { ...@@ -601,8 +601,7 @@ admin.editors.CodeMirror = {
"<div class='clear'></div>" + "<div class='clear'></div>" +
"<div class='markdown-preview-main none'></div>" + "<div class='markdown-preview-main none'></div>" +
"<div class='markdown-help-main'>" + Label.markdownHelpLabel + "</div>" "<div class='markdown-help-main'>" + Label.markdownHelpLabel + "</div>"
"</div>" + + "</div><div class='clear'></div>";
"<div class='clear'></div>";
} }
$("#" + conf.id).after(previewHTML); $("#" + conf.id).after(previewHTML);
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment