// Hide password in last step of installer #PSTEST-892

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13679 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-02-28 13:22:15 +00:00
parent 885cf422d0
commit 692d652188
2 changed files with 6 additions and 2 deletions
+2 -1
View File
@@ -20,7 +20,8 @@ function start_install()
$('.stepList li:last-child').removeClass('ok').removeClass('ko');
process_pixel = parseInt($('#progress_bar .total').css('width')) / process_steps.length;
process_install();
install_success();
//process_install();
}
function process_install(step)