[-] FO : BugFix : #PSCFV-2590 : State not appear in front-office
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