Commit 8aeabf3f by Manzar Hussain

css and js update

parent 58f06eaa
...@@ -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