floatmenu 스크립트 로드 코드 삭제
This commit is contained in:
@ -4,7 +4,6 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
|
|
||||||
<link rel="stylesheet" href="<?php echo G5_MSHOP_SKIN_URL; ?>/style.css">
|
<link rel="stylesheet" href="<?php echo G5_MSHOP_SKIN_URL; ?>/style.css">
|
||||||
<script src="<?php echo G5_JS_URL; ?>/jquery.touchwipe.min.js"></script>
|
<script src="<?php echo G5_JS_URL; ?>/jquery.touchwipe.min.js"></script>
|
||||||
<script src="<?php echo G5_JS_URL; ?>/jquery.floatmenu.js"></script>
|
|
||||||
|
|
||||||
<form name="fitem" action="<?php echo $action_url; ?>" method="post" onsubmit="return fitem_submit(this);">
|
<form name="fitem" action="<?php echo $action_url; ?>" method="post" onsubmit="return fitem_submit(this);">
|
||||||
<input type="hidden" name="it_id[]" value="<?php echo $it['it_id']; ?>">
|
<input type="hidden" name="it_id[]" value="<?php echo $it['it_id']; ?>">
|
||||||
@ -485,7 +484,7 @@ $(function(){
|
|||||||
alert("이전 상품이 없습니다.");
|
alert("이전 상품이 없습니다.");
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
},
|
},
|
||||||
min_move_x: 20,
|
min_move_x: 50,
|
||||||
preventDefaultEvents: false
|
preventDefaultEvents: false
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user