mirror of
https://github.com/leanote/leanote-android.git
synced 2025-10-13 21:50:54 +00:00
fix get content error
This commit is contained in:
@@ -211,7 +211,7 @@
|
||||
|
||||
function getContent() {
|
||||
var body = tinyMCE.$(tinyMCE.editors[0].getBody()).clone();
|
||||
return $(body).clone().html();
|
||||
return tinyMCE.$(body).clone().html();
|
||||
}
|
||||
|
||||
function getListState() {
|
||||
|
Reference in New Issue
Block a user