// Fix little bug of undefined js var
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13257 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -775,6 +775,6 @@ $(document).ready(function() {
|
||||
$('.addressesAreEquals').find('input').attr('checked', false);
|
||||
}
|
||||
|
||||
if (open_multishipping_fancybox)
|
||||
if (typeof(open_multishipping_fancybox) != 'undefined' && open_multishipping_fancybox)
|
||||
$('#link_multishipping_form').click();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user