zb5_site의 푸터 강제 맞추기 기능 제거

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2074 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-30 01:00:03 +00:00
parent 7c623cab51
commit 16b7d44fc9

View file

@ -6,6 +6,7 @@ xAddEventListener(window,'load',fnStartInit);
// footer를 화면 크기에 맞춰 설정
/*
xAddEventListener(window, 'load', fixLayoutFooter);
xAddEventListener(window, 'resize', fixLayoutFooter);
function fixLayoutFooter() {
@ -20,3 +21,4 @@ function fixLayoutFooter() {
xHeight('content_body', newHeight);
xHeight('left_menu_table', newHeight);
}
*/