it works on ipad, safari etc. / splash screen has a progress wheel
This commit is contained in:
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user