[-] FO : BugFix : #PSCFV-2590 : State not appear in front-office
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15714 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -124,6 +124,8 @@ $(function(){ldelim}
|
||||
$('#center_column').html('<div id="noSlide">'+$('#center_column').html()+'</div>');
|
||||
$('#noSlide').fadeOut('slow', function(){
|
||||
$('#noSlide').html(jsonData.page);
|
||||
// update the state (when this file is called from AJAX you still need to update the state)
|
||||
updateState();
|
||||
});
|
||||
$('#noSlide').fadeIn('slow');
|
||||
document.location = '#account-creation';
|
||||
|
||||
Reference in New Issue
Block a user