모바일 크롬브라우저에서 a 태그 작동하지 않는 오류 수정
This commit is contained in:
@ -271,7 +271,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
threshold: 100,
|
threshold: 100,
|
||||||
excludedElements:"button, input, select, textarea, .noSwipe",
|
excludedElements:"a, button, input, select, textarea, .noSwipe",
|
||||||
allowPageScroll:"vertical"
|
allowPageScroll:"vertical"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@ -388,7 +388,7 @@ $(function(){
|
|||||||
return false;
|
return false;
|
||||||
},
|
},
|
||||||
threshold: 100,
|
threshold: 100,
|
||||||
excludedElements:"button, input, select, textarea, .noSwipe",
|
excludedElements:"button, input, select, textarea, .noSwipe, div#sit_more",
|
||||||
allowPageScroll:"vertical"
|
allowPageScroll:"vertical"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user