This commit is contained in:
liyuchun
2021-09-15 15:08:47 +08:00
parent 1b4c15e37e
commit 9c2cd403d7

View File

@@ -6,7 +6,7 @@ $(function()
{
$('#content').html(draft);
editor = KindEditor.instances[0];
editor.html(draft);
editor.html('' + draft);
$('.kindeditor-ph').remove();
}
}, 100)