#19348216 에디터가 정상 동작하지 않는 버그 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7991 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2010-12-23 02:13:57 +00:00
parent 73ff210ee9
commit dc275813ef

View file

@ -74,7 +74,7 @@ function editorStart(editor_sequence, primary_key, content_key, editor_height, f
// iframe obj를 찾음
var iframe_obj = editorGetIFrame(editor_sequence);
if(!iframe_obj) return;
jQuery(iframe_obj).css('width', '100%'),parent().css('width', '100%');
jQuery(iframe_obj).css('width', '100%').parent().css('width', '100%');
// 현 에디터를 감싸고 있는 form문을 찾음
var fo_obj = editorGetForm(editor_sequence);