// Fix install js

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13684 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-02-28 13:35:50 +00:00
parent 9498be96c5
commit 0d4d842f86
+1 -2
View File
@@ -20,8 +20,7 @@ function start_install()
$('.stepList li:last-child').removeClass('ok').removeClass('ko');
process_pixel = parseInt($('#progress_bar .total').css('width')) / process_steps.length;
install_success();
//process_install();
process_install();
}
function process_install(step)