From f7e7b3360171998ba786f2fc21ab5697f77ce2e7 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 18 Jan 2013 16:35:11 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9D=B4=EB=93=9C=EB=B0=94=20?= =?UTF-8?q?=EC=82=AC=EB=9D=BC=EC=A7=80=EC=A7=80=20=EC=95=8A=EB=8A=94=20?= =?UTF-8?q?=EB=AC=B8=EC=A0=9C=20=EA=B4=80=EB=A0=A8=20=EC=98=A4=ED=83=80=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/sideview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/sideview.js b/js/sideview.js index 9597188f0..779cfb6ba 100644 --- a/js/sideview.js +++ b/js/sideview.js @@ -313,7 +313,7 @@ if (typeof(SIDEVIEW_JS) == 'undefined') // 한번만 실행 function hideSideView() { - if (document.getElementById("sizeview")) + if (document.getElementById("sideview")) divDisplay ("sideview", 'none'); }