From f5a2fcef9ea6a1f80d5c44fedd0f3f4c9c1ad229 Mon Sep 17 00:00:00 2001 From: rMalie Date: Fri, 30 Dec 2011 14:38:17 +0000 Subject: [PATCH] // Improve new install style (new progress bar) (part 2) --- install-new/theme/js/process.js | 1 - 1 file changed, 1 deletion(-) diff --git a/install-new/theme/js/process.js b/install-new/theme/js/process.js index 48f279d33..56c730520 100644 --- a/install-new/theme/js/process.js +++ b/install-new/theme/js/process.js @@ -100,7 +100,6 @@ function install_error(step, errors) function install_success() { $('.installing').html(install_is_done); - return; is_installing = false; $('#install_process_form').slideUp(); $('#install_process_success').slideDown();