모바일 크롬브라우저에서 a 태그 작동하지 않는 오류 수정

This commit is contained in:
chicpro
2013-12-18 11:00:32 +09:00
parent a95ef326c6
commit 5e72d3b301
2 changed files with 2 additions and 2 deletions

View File

@ -271,7 +271,7 @@
}
},
threshold: 100,
excludedElements:"button, input, select, textarea, .noSwipe",
excludedElements:"a, button, input, select, textarea, .noSwipe",
allowPageScroll:"vertical"
});
}

View File

@ -388,7 +388,7 @@ $(function(){
return false;
},
threshold: 100,
excludedElements:"button, input, select, textarea, .noSwipe",
excludedElements:"button, input, select, textarea, .noSwipe, div#sit_more",
allowPageScroll:"vertical"
};