// BugFix: removing a bad "return"
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user