// 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
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user