From 1c4f1d6518b56882929eb4405d9bab01f5529cb0 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 21 Feb 2014 13:13:54 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=ED=95=98=EC=A7=80=20?= =?UTF-8?q?=EC=95=8A=EB=8A=94=20=EC=BD=94=EB=93=9C=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/skin/shop/basic/item.form.skin.php | 46 ----------------------- 1 file changed, 46 deletions(-) diff --git a/mobile/skin/shop/basic/item.form.skin.php b/mobile/skin/shop/basic/item.form.skin.php index 5235dfb6b..895267296 100644 --- a/mobile/skin/shop/basic/item.form.skin.php +++ b/mobile/skin/shop/basic/item.form.skin.php @@ -364,52 +364,6 @@ $(function(){ }); }); -function content_swipe(direction) -{ - // 로딩 레이어 - load_message(); - - var next_href = ''; - var prev_href = ''; - var str; - - if(direction == "left") { - str = next_href; - } else { - str = prev_href; - } - - var href = str.match(/https?:\/{2}[^\"]+/gi); - - setTimeout(function() { - document.location.href = href[0]; - }, 500); -} - -function load_message() -{ - var w = $(window).width(); - var h = $(window).height(); - var img_w = 64; - var img_h = 64; - var top, left; - var scr_top = $(window).scrollTop(); - - if (/iP(hone|od|ad)/.test(navigator.platform)) { - if(window.innerHeight - $(window).outerHeight(true) > 0) - h += (window.innerHeight - $(window).outerHeight(true)); - } - - top = parseInt((h - img_h) / 2); - left = parseInt((w - img_w) / 2); - - var img = "
"; - img += "/img/loading.gif\" style=\"top:"+top+"px;left:"+left+"px;\" />"; - img += "
"; - - $("body").append(img); -} - // 상품보관 function item_wish(f, it_id) {