// Improve new install style (new progress bar) (part 2)

This commit is contained in:
rMalie
2011-12-30 14:38:17 +00:00
parent bbf6c71e48
commit f5a2fcef9e
-1
View File
@@ -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();