* finish task #2335.
This commit is contained in:
@@ -122,6 +122,7 @@ function initKindeditor(afterInit)
|
||||
var html = K(doc.body).html();
|
||||
if(html.search(/<img src="data:.+;base64,/) > -1)
|
||||
{
|
||||
K(doc.body).html(html.replace(/<img src="data:.+;base64,.*".*\/>/, ''));
|
||||
$.post(createLink('file', 'ajaxPasteImage'), {editor: html}, function(data){K(doc.body).html(data);});
|
||||
}
|
||||
}, 80);
|
||||
|
||||
Reference in New Issue
Block a user