it works on ipad, safari etc. / splash screen has a progress wheel

This commit is contained in:
Senad Uka
2015-06-21 09:22:41 +02:00
parent f05b307fc0
commit 080d3e4497
6 changed files with 15 additions and 10 deletions

View File

@@ -44,7 +44,9 @@ var RootApp = React.createClass({
render: function() {
if (!this.state.isEverythingReadyToStartTheShow) {
return (<div> <img height={50} src="https://res.cloudinary.com/du5pdibul/image/upload/v1428813560/logo_h5f9yp.png" /><div> se učitava. Budite strpljivi! </div></div>);
return (<div> <img height={50} src="https://res.cloudinary.com/du5pdibul/image/upload/v1428813560/logo_h5f9yp.png" /><div> se učitava. Budite strpljivi! </div>
<img height={50} src="https://res.cloudinary.com/du5pdibul/image/upload/v1434870249/progress_bar_idgtad.gif" />
</div>);
}
var cart = "";