Skip to content

Commit

Permalink
ProgressBar: Change on sample to work around ibm-js#551
Browse files Browse the repository at this point in the history
  • Loading branch information
EAlexRojas committed May 6, 2015
1 parent 2d9122a commit 16c4978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/ProgressBar-basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -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";
});
</script>

Expand All @@ -48,7 +48,7 @@
</style>

</head>
<body style="display: none">
<body style="visibility: hidden">
<p><strong>ProgressBar sample - basic</strong></p>

<p>This sample shows how to declare and customize a progress bar.</p>
Expand Down

0 comments on commit 16c4978

Please sign in to comment.