[-] 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:
vChabot
2012-05-28 15:44:46 +00:00
parent 526d2cac1a
commit c6321cf52b
+2
View File
@@ -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';