mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 13:19:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@835 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
10be4c845a
commit
078ea34bc4
13 changed files with 47 additions and 49 deletions
|
|
@ -165,7 +165,7 @@ function editorGetContent(upload_target_srl) {
|
|||
if(!iframe_obj) return;
|
||||
var html = '';
|
||||
html = xInnerHtml(iframe_obj.contentWindow.document.body);
|
||||
html = html.replace(/^<br>$/i,'');
|
||||
if(html) html = html.replace(/^<br>$/i,'');
|
||||
if(!html) return "";
|
||||
|
||||
return html;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue