mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1825 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6828ca9389
commit
0b40c9e772
6 changed files with 6 additions and 6 deletions
|
|
@ -194,7 +194,7 @@ function editorGetSelectedHtml(upload_target_srl) {
|
|||
if(xIE4Up) {
|
||||
var range = iframe_obj.contentWindow.document.selection.createRange();
|
||||
var html = range.htmlText;
|
||||
range.select();
|
||||
//range.select();
|
||||
return html;
|
||||
} else {
|
||||
var range = iframe_obj.contentWindow.getSelection().getRangeAt(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue