From d744a1e1f74238af4ea696a9eb309a0cf0bf769f Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 12 Jun 2013 09:40:03 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0:=20=EC=9E=A5?= =?UTF-8?q?=EB=B0=94=EA=B5=AC=EB=8B=88=20=EC=98=B5=EC=85=98=20=EC=84=A0?= =?UTF-8?q?=ED=83=9D=EC=82=AC=ED=95=AD=20=EC=88=98=EC=A0=95=20=EC=8B=9C=20?= =?UTF-8?q?=EB=A7=88=EC=8A=A4=ED=81=AC=20=EB=A0=88=EC=9D=B4=EC=96=B4=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/common.js | 14 -------------- shop/cart.php | 2 -- shop/shop.tail.php | 2 -- 3 files changed, 18 deletions(-) diff --git a/js/common.js b/js/common.js index cbafb6fc0..c17e6343b 100644 --- a/js/common.js +++ b/js/common.js @@ -659,17 +659,3 @@ $(function(){ } }); }); - -// 모달 레이어 http://mytory.net/archives/783 참조 -function winMask(){ // 모달 레이어 배경 - //화면의 높이와 너비를 구한다. - var maskHeight = $(document).height(); - var maskWidth = $(window).width(); - - //마스크의 높이와 너비를 화면 것으로 만들어 전체 화면을 채운다. - $('#win_mask').css({'width':maskWidth,'height':maskHeight}); - - //애니메이션 효과 - $('#win_mask').fadeTo("fast",0.8); -} -// 모달 레이어 끝 diff --git a/shop/cart.php b/shop/cart.php index 37856bfcd..709656bd3 100644 --- a/shop/cart.php +++ b/shop/cart.php @@ -241,12 +241,10 @@ $(function() { // 옵션수정 닫기 $("#mod_option_close").live("click", function() { $("#mod_option_frm").remove(); - $("#win_mask, .window").hide(); $(".mod_options").eq(close_btn_idx).focus(); }); $("#win_mask").click(function () { $("#mod_option_frm").remove(); - $("#win_mask").hide(); $(".mod_options").eq(close_btn_idx).focus(); }); diff --git a/shop/shop.tail.php b/shop/shop.tail.php index 1794783f4..82b61e111 100644 --- a/shop/shop.tail.php +++ b/shop/shop.tail.php @@ -35,8 +35,6 @@ $admin = get_admin("super"); -
-