회원모듈의 관리자 페이지 > 설정에서 javascript로 IE브라우저에서 페이지를 열수 없는 문제 해결

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3994 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-03-20 11:23:23 +00:00
parent 186fe91036
commit 43f0d4c02a

View file

@ -149,5 +149,5 @@
</form>
<script type="text/javascript">
doGetSkinColorset("{$config->skin}");
xAddEventListener(window,'load', function() { doGetSkinColorset("{$config->skin}"); });
</script>