From 45b47e0f8ec344a3bc9800e2a6ff36b96a4e0a6b Mon Sep 17 00:00:00 2001 From: vChabot Date: Mon, 28 May 2012 15:44:46 +0000 Subject: [PATCH] [-] FO : BugFix : #PSCFV-2590 : State not appear in front-office --- themes/default/authentication.tpl | 2 ++ 1 file changed, 2 insertions(+) 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';