사이드뷰 스크립트 수정 중

This commit is contained in:
chicpro
2013-02-01 10:08:43 +09:00
parent f6962b5877
commit 69cbc1e679

View File

@ -570,6 +570,7 @@ $(function(){
// 사이드뷰
var sv_hide = true;
$('.sv_wrap').addClass();
$('.sv').click(function() {
$('.sv_wrap').hide();
$(this).find('.sv_wrap').show();