Skip to content

Commit

Permalink
Edit js
Browse files Browse the repository at this point in the history
  • Loading branch information
bcat95 committed Jan 20, 2018
1 parent c3cacc7 commit 1b272e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified Bcat-Xencat-2.0.1.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions Bcat-Xencat-2.0.1/upload/js/Bcat/Xencat/xencat.js
Expand Up @@ -321,11 +321,11 @@ var BCxencat = window.BCxencat || {};
}

$scroller.on( 'append.infiniteScroll', function( event, response, path, items ) {
//$(".xencat-owl-carousel").trigger('destroy.owl.carousel');
$(".penci-owl-carousel-slider").trigger('destroy.owl.carousel');
$(".penci-owl-carousel-slider").owlCarousel({
items:1,
nav:true,
dot:false,
dots:false,
navText: ['<i class="fa fa-angle-left"></i>','<i class="fa fa-angle-right"></i>']
});
masonryInfinite();
Expand Down

0 comments on commit 1b272e4

Please sign in to comment.