Skip to content

Commit 30db4c0

Browse files
committed
Changes from display none to visibility.
1 parent 779cd66 commit 30db4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/setup-wizard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jQuery(function ($) {
5656
width: 100 + '%'
5757
});
5858
$('.vz-progress').css({
59-
display: 'none'
59+
visibility: 'hidden'
6060
});
6161
clearInterval( loaderDelay );
6262
}

0 commit comments

Comments
 (0)