// Add a link to restart installer if an error occured + session protection on reinstallation

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12967 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-02-03 10:43:55 +00:00
parent 45a22cf98e
commit 2afd7e16d2
5 changed files with 50 additions and 3 deletions
+1
View File
@@ -78,6 +78,7 @@ function install_error(step, errors)
current_step = 0;
is_installing = false;
$('#error_process').show();
$('#process_step_'+step.key).show().addClass('fail');
$('#progress_bar .total .progress').stop().css('width', '0px');
$('#progress_bar .installing').hide();