Commit 5ea46ce8 by Manzar Hussain

remove conflict

parent 8affa59d
...@@ -136,16 +136,7 @@ ...@@ -136,16 +136,7 @@
// For Events // For Events
$('.rbc_slider_b').slick({
slidesToShow: 1,
slidesToScroll: 1,
arrows: false,
fade: true,
asNavFor: '.rbc_slider_s'
}).on('beforeChange', function(event, slick, currentSlide, nextSlide) {
var current = $(slick.$slides[currentSlide]);
current.html(current.html());
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment