// BugFix: removing a bad "return"
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10706 b9a71923-0436-4b27-9f14-aed3839534dd
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