// Fix install js

This commit is contained in:
rMalie
2012-02-28 13:35:50 +00:00
parent 8bc1cde5ab
commit bb1d60d202
+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)