From 16b7d44fc98602984438a0c3192164d99640e55c Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 30 Jul 2007 01:00:03 +0000 Subject: [PATCH] =?UTF-8?q?zb5=5Fsite=EC=9D=98=20=ED=91=B8=ED=84=B0=20?= =?UTF-8?q?=EA=B0=95=EC=A0=9C=20=EB=A7=9E=EC=B6=94=EA=B8=B0=20=EA=B8=B0?= =?UTF-8?q?=EB=8A=A5=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/trunk@2074 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- layouts/zb5_site/js/layout.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layouts/zb5_site/js/layout.js b/layouts/zb5_site/js/layout.js index 6e1ce9176..a41f5c456 100644 --- a/layouts/zb5_site/js/layout.js +++ b/layouts/zb5_site/js/layout.js @@ -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); } +*/