This commit is contained in:
Minho 2017-05-26 15:58:47 +08:00
parent affd7b211e
commit c09ebbc0b2

View File

@ -1,5 +1,3 @@
$(function () { $(function () {
window.addDocumentModalFormHtml = $(this).find("form").html(); window.addDocumentModalFormHtml = $(this).find("form").html();
window.editor = editormd("docEditor", { window.editor = editormd("docEditor", {
@ -53,7 +51,6 @@ $(function () {
} }
}); });
/** /**
* 实现标题栏操作 * 实现标题栏操作
*/ */