Commit 9b43cc63 by Manzar Hussain

Merge branch 'feature-theme' into 'develop'

remove conflict

See merge request manzarH/dic-global-dev!189
parents 4008ef8a 5ea46ce8
...@@ -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