Commit 51a68ddc by Manzar Hussain

Merge branch 'feature-theme' into 'develop'

css and js update

See merge request manzarH/dic-global-dev!521
parents bfb97cec 8aeabf3f
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
}); });
} }
if ($(".ap-slider").length) { /* if ($(".ap-slider").length) {
$(".ap-slider").slick({ $(".ap-slider").slick({
slidesToShow: 1, slidesToShow: 1,
slidesToScroll: 1, slidesToScroll: 1,
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
dots: false, dots: false,
infinite: false infinite: false
}); });
} } */
$('.f-dropdown-l .d-value').click(function(){ $('.f-dropdown-l .d-value').click(function(){
$(this).parent().toggleClass('open'); $(this).parent().toggleClass('open');
}); });
......
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