이모티콘의 종류 변경시 팝업사이즈를 1초후 다시 점검하게 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3060 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-11-23 06:58:30 +00:00
parent 40e73b005b
commit 1e2c29729c

View file

@ -33,4 +33,5 @@ function completeGetEmoticons(ret_obj) {
}
xInnerHtml(zone, html);
setFixedPopupSize();
setTimeout(setFixedPopupSize,1000);
}