From 69cbc1e679ee126d10e77b360a1c2e5262d062ab Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 1 Feb 2013 10:08:43 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9D=B4=EB=93=9C=EB=B7=B0=20?= =?UTF-8?q?=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8=20=EC=88=98=EC=A0=95=20?= =?UTF-8?q?=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/common.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/common.js b/js/common.js index c176fe94a..6fbbf0917 100644 --- a/js/common.js +++ b/js/common.js @@ -570,6 +570,7 @@ $(function(){ // 사이드뷰 var sv_hide = true; + $('.sv_wrap').addClass(); $('.sv').click(function() { $('.sv_wrap').hide(); $(this).find('.sv_wrap').show();