diff --git a/themes/default/authentication.tpl b/themes/default/authentication.tpl index 7800b04fe..251c399d5 100644 --- a/themes/default/authentication.tpl +++ b/themes/default/authentication.tpl @@ -124,6 +124,8 @@ $(function(){ldelim} $('#center_column').html('
'+$('#center_column').html()+'
'); $('#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';