From 3730858c4814542d9aa3037bec58c18eeafa20ae Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 31 Jan 2013 18:36:14 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9D=B4=EB=93=9C=EB=B7=B0=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20=EC=9E=91=EC=97=85=20=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/common.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/common.js b/js/common.js index 78fa7fe98..46a070e04 100644 --- a/js/common.js +++ b/js/common.js @@ -569,13 +569,13 @@ $(function(){ }); // 사이드뷰 - $('a.sv').click(function() { + $('.sv').click(function() { $('.sv_wrap').hide(); - $(this).find('.sv_wrap').show(); + $(this).find('.sv_wrap').css("display", "block"); }); $(document).click(function() { - $('.sv_wrap').hide(); + // $('.sv_wrap').hide(); }); }); \ No newline at end of file