From c6321cf52bbcb2bf62e3cae302326284a4b3f14e 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 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15714 b9a71923-0436-4b27-9f14-aed3839534dd --- 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';