Skip to content

Commit

Permalink
메인 화면에 게시판 최신글 롤링배너 적용했는데 크롬에서는 링크가 안눌리는 현상. #37
Browse files Browse the repository at this point in the history
  • Loading branch information
mozodev committed Jul 20, 2020
1 parent 1a378e7 commit 9258715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mozo/layouts/partials/front/5-recent-blocks.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
$(function(){

$('.rolling-list').each(function(){
console.log($('ul', this));
var slider = $('ul', this).bxSlider({
mode: 'vertical',
minSlides: 2,
pager: false,
controls: false,
touchEnabled: (navigator.maxTouchPoints > 0)

This comment has been minimized.

Copy link
@mozodev

mozodev Jul 20, 2020

Author Member

@sunparty 요거 한줄만 추가하니 해결되네요 ㅎ
stevenwanderski/bxslider-4#1240 (comment)

});

$('nav a:eq(0)', this).click(function(e){
Expand Down

0 comments on commit 9258715

Please sign in to comment.