From 4334bf9c917fbede08d7ca467bf5d681deda9aec Mon Sep 17 00:00:00 2001 From: zero Date: Tue, 7 Aug 2007 03:48:46 +0000 Subject: [PATCH] =?UTF-8?q?=EC=9B=90=EB=B3=B8=ED=81=AC=EA=B8=B0=EB=B3=B4?= =?UTF-8?q?=EB=8B=A4=20=EC=A4=84=EC=96=B4=EB=93=A0=20=EC=9D=B4=EB=AF=B8?= =?UTF-8?q?=EC=A7=80=EC=9D=BC=EC=A7=80=EB=9D=BC=EB=8F=84=20=EB=A7=81?= =?UTF-8?q?=ED=81=AC=EA=B0=80=20=EA=B1=B8=EB=A0=A4=20=EC=9E=88=EC=9C=BC?= =?UTF-8?q?=EB=A9=B4=20=EC=9B=90=EB=B3=B8=20=EB=B3=B4=EC=97=AC=EC=A3=BC?= =?UTF-8?q?=EC=A7=80=20=EC=95=8A=EA=B2=8C=20=EC=88=98=EC=A0=95?= 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@2229 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/js/common.js | 1 + 1 file changed, 1 insertion(+) diff --git a/common/js/common.js b/common/js/common.js index 8756e843f..717c77f2b 100644 --- a/common/js/common.js +++ b/common/js/common.js @@ -178,6 +178,7 @@ function resizeImageContents() { } if(parent.nodeName != "TD" && parent.nodeName != "DIV") continue; + if(obj.parentNode.nodeName =='A') continue; if(/\/modules\//i.test(obj.src)) continue; if(/\/layouts\//i.test(obj.src)) continue; if(/\/widgets\//i.test(obj.src)) continue;