diff --git a/samples/ProgressBar-basic.html b/samples/ProgressBar-basic.html index f2d19f0bb6..e1a13ecdc4 100644 --- a/samples/ProgressBar-basic.html +++ b/samples/ProgressBar-basic.html @@ -22,7 +22,7 @@ "delite/theme!delite/themes/{{theme}}/global.css", // page level CSS "requirejs-domready/domReady!" ], function () { - document.body.style.display = ""; + document.body.style.visibility = "visible"; }); @@ -48,7 +48,7 @@ -
+ProgressBar sample - basic
This sample shows how to declare and customize a progress bar.