[fix] removed temp_highlight

This commit is contained in:
Rushabh Mehta 2015-12-07 12:28:03 +05:30
parent a311e706b0
commit 14a0441b4b

View File

@ -66,7 +66,6 @@ $.extend(shopping_cart, {
$(".cart-items").html(r.message.items);
$(".cart-tax-items").html(r.message.taxes);
}
$(".tax-grand-total").temp_highlight();
},
});
});