This commit is contained in:
Mike Jolley 2012-02-10 18:57:44 +00:00
parent ef64bb8296
commit e311b0d9fe
2 changed files with 4 additions and 1 deletions

View File

@ -65,6 +65,8 @@ jQuery(document).ready(function($) {
// Unblock
$('.widget_shopping_cart, .updating').css('opacity', '1').unblock();
$('body').trigger('cart_widget_refreshed');
} );
} else {
// Replace fragments
@ -85,6 +87,7 @@ jQuery(document).ready(function($) {
$('.shop_table.cart').css('opacity', '1').unblock();
$('body').trigger('cart_page_refreshed');
});
$('.cart_totals').load( window.location + ' .cart_totals:eq(0) > *', function() {

File diff suppressed because one or more lines are too long