update 3_20_19

This commit is contained in:
Frank John Begornia
2019-03-20 19:24:22 +08:00
parent a2d88bc52e
commit 68549cbf30
16 changed files with 21 additions and 8 deletions

View File

@@ -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();