[-] FO : fixed bug #PSCFI-5502 - Incorrect resizing of addresses on the order history page

This commit is contained in:
aFolletete
2012-04-26 15:09:22 +00:00
parent 6783c3d554
commit 484f0a308d
+4 -3
View File
@@ -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();
});
});
});
}