diff --git a/assets/javascripts/app.js b/assets/javascripts/app.js index 71e4756..7b5f3f9 100644 --- a/assets/javascripts/app.js +++ b/assets/javascripts/app.js @@ -537,10 +537,12 @@ // }else{ // $('.header-buttom').appendTo($('.dropdowns')); // } - $(document).on('touchstart','a',function(e){ - e.stopPropagation(); - $(this).trigger('focus'); - }); + if(!isMobile){ + $(document).on('touchstart','a',function(e){ + e.stopPropagation(); + $(this).trigger('focus'); + }); + } //背景widget設定 if ( location.href.search('editmode=on') != -1 ) { $('.background').css('z-index','0');