Commit e71d69bf by Arun Raj

home colour

parent fed1e1ab
......@@ -611,6 +611,9 @@
$('#all_id1').addClass("active2");
}
}
if ($('#products').is(':empty')){
$("#products").html("<div class='col-md-8 col-md-offset-3'><img class='img-responsive' src='{{ asset('/frontend/img/no_items.png') }}'></div>");
}
$(".active2").css('border-bottom-color', globalColor);
$(".chkimage").css('border-bottom-color', globalColor);
$(".chkflavour").css('border-bottom-color', globalColor);
......
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