[-] FO : fixed bug #PSCFI-5502 - Incorrect resizing of addresses on the order history page
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14918 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -74,9 +74,10 @@ function showOrder(mode, var_content, file)
|
||||
$('form#sendOrderMessage').submit(function(){
|
||||
return sendOrderMessage();
|
||||
});
|
||||
$(this).fadeIn('slow');
|
||||
$.scrollTo(this, 1200);
|
||||
resizeAddressesBox();
|
||||
$(this).fadeIn('slow', function() {
|
||||
$.scrollTo(this, 1200);
|
||||
resizeAddressesBox();
|
||||
});
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user