모바일 상품상세 하단 플로팅 메뉴 제거

This commit is contained in:
chicpro
2013-10-18 17:33:53 +09:00
parent 134e508160
commit b3d971538c
4 changed files with 40 additions and 71 deletions

View File

@ -66,7 +66,6 @@ function pg_anchor($info) {
}
?>
<script src="<?php echo G5_JS_URL; ?>/jquery.touchwipe.min.js"></script>
<script src="<?php echo G5_JS_URL; ?>/jquery.floatmenu.js"></script>
<div id="info_top_layer">
@ -111,17 +110,6 @@ $(function() {
}, timeout);
});
$(window).touchwipe({
wipeUp: function() {
$("#info_top_layer").floatTopMenu("hide");
},
wipeDown: function() {
$("#info_top_layer").floatTopMenu("hide");
},
min_move_y: 20,
preventDefaultEvents: false
});
if(navigator.userAgent.toLowerCase().indexOf("android") > -1) {
$(window).on("resize", function(e) {
setTimeout(function() {