From 45c0e316d0e70624c5d1287d20a822f97079275f 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) git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11938 b9a71923-0436-4b27-9f14-aed3839534dd --- 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();