update 3_20_19
This commit is contained in:
@@ -83,9 +83,10 @@
|
||||
$(function(){
|
||||
myCart();
|
||||
$(".hide-row").hide();
|
||||
$(window).scroll(function() {
|
||||
$('.order-summary').css('top', $(this).scrollTop());
|
||||
});
|
||||
|
||||
// $(window).scroll(function() {
|
||||
// $('.order-summary').css('top', $(this).scrollTop());
|
||||
// });
|
||||
|
||||
$('.modal').on('show.bs.modal', function() {
|
||||
$(this).show();
|
||||
|
||||
Reference in New Issue
Block a user