added nicer splash screen to trick user into
thinking web site is faster :) W
This commit is contained in:
@@ -44,7 +44,7 @@ var RootApp = React.createClass({
|
|||||||
render: function() {
|
render: function() {
|
||||||
|
|
||||||
if (!this.state.isEverythingReadyToStartTheShow) {
|
if (!this.state.isEverythingReadyToStartTheShow) {
|
||||||
return (<div>loading...</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></div>);
|
||||||
}
|
}
|
||||||
|
|
||||||
var cart = "";
|
var cart = "";
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user