[-] FO : BugFix : #PSCFV-2590 : State not appear in front-office

This commit is contained in:
vChabot
2012-05-28 15:44:46 +00:00
parent fc1131132c
commit 45b47e0f8e
+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';