fix get content error

This commit is contained in:
houxg
2016-12-16 18:32:38 +08:00
parent d6f6bfe277
commit 21e192ae02

View File

@@ -211,7 +211,7 @@
function getContent() { function getContent() {
var body = tinyMCE.$(tinyMCE.editors[0].getBody()).clone(); var body = tinyMCE.$(tinyMCE.editors[0].getBody()).clone();
return $(body).clone().html(); return tinyMCE.$(body).clone().html();
} }
function getListState() { function getListState() {