From 651d11a6fb2fbc25331b0cd7ba91343e479a5532 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 6 Mar 2014 11:02:40 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A9=94=EC=9D=B8=20=EB=B0=B0=EB=84=88=20?= =?UTF-8?q?=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skin/shop/basic/mainbanner.10.skin.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/skin/shop/basic/mainbanner.10.skin.php b/skin/shop/basic/mainbanner.10.skin.php index 896b69973..ad2f8ed24 100644 --- a/skin/shop/basic/mainbanner.10.skin.php +++ b/skin/shop/basic/mainbanner.10.skin.php @@ -93,6 +93,14 @@ if ($i>0) echo ''.PHP_EOL.''.PHP_EOL; this.find("ul").before(slide_button); var $bnnr_btn = this.find(".sbn_btn_slide"); + + $bnnr_btn.on("focusin", function() { + clear_interval(); + }); + + $bnnr_btn.on("focusout", function() { + set_interval(); + }); } set_interval(); @@ -128,14 +136,6 @@ if ($i>0) echo ''.PHP_EOL.''.PHP_EOL; set_interval(); }); - $bnnr_btn.on("focusin", function() { - clear_interval(); - }); - - $bnnr_btn.on("focusout", function() { - set_interval(); - }); - function left_rolling() { $bnnr.each(function(index) { if($(this).is(":visible")) {