[-] FO : fixed bug #PSCFI-5502 - Incorrect resizing of addresses on the order history page
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