diff --git a/install-dev/theme/js/process.js b/install-dev/theme/js/process.js index 968a8b89c..d468b9a29 100644 --- a/install-dev/theme/js/process.js +++ b/install-dev/theme/js/process.js @@ -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)