// 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:
mDeflotte
2011-11-28 13:54:11 +00:00
parent bc403e3bf7
commit a3b64f3253
-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(){