mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 22:29:55 +09:00
script path 찾는 함수를 일단 0.2.8로 rollback. 차후 보다 자세한 환경에서 테스트후 원위치
git-svn-id: http://xe-core.googlecode.com/svn/trunk@3738 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
commit
2318141643
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ function editorStart(editor_sequence, primary_key, content_key, editor_height) {
|
|||
var iframe_obj = editorGetIFrame(editor_sequence);
|
||||
if(!iframe_obj) return;
|
||||
xWidth(iframe_obj.parentNode, '100%');
|
||||
xWidth(iframe_obj, xWidth(iframe_obj.parentNode)-2);
|
||||
iframe_obj.style.width = '100%';
|
||||
|
||||
// 현 에디터를 감싸고 있는 form문을 찾음
|
||||
var fo_obj = editorGetForm(editor_sequence);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue