From bb1d60d202b9ff4592001c1cec38cda4d84b29a7 Mon Sep 17 00:00:00 2001 From: rMalie Date: Tue, 28 Feb 2012 13:35:50 +0000 Subject: [PATCH] // Fix install js --- install-dev/theme/js/process.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)