diff --git a/install-dev/theme/js/process.js b/install-dev/theme/js/process.js index d468b9a29..968a8b89c 100644 --- a/install-dev/theme/js/process.js +++ b/install-dev/theme/js/process.js @@ -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) diff --git a/install-dev/theme/views/process.phtml b/install-dev/theme/views/process.phtml index f1dff3465..8e8ffaf16 100644 --- a/install-dev/theme/views/process.phtml +++ b/install-dev/theme/views/process.phtml @@ -44,7 +44,10 @@ var process_steps = process_steps) ?>; l('Password:') ?> - session->admin_password) ?> + + session->admin_password) ?> + (l('Display') ?>) +