// BugFix: removing a bad "return"

This commit is contained in:
mDeflotte
2011-11-28 13:54:11 +00:00
parent c2a0d28473
commit 3eacb90b43
-2
View File
@@ -137,8 +137,6 @@ var ajaxCart = {
// try to collapse the cart
collapse : function(){
return;
if ($('#cart_block #cart_block_list').hasClass('expanded'))
{
$('#cart_block #cart_block_list').slideUp('slow', function(){