diff --git a/docs/tutorial.html b/docs/tutorial.html index e677d20fe0e..0923e254b8c 100644 --- a/docs/tutorial.html +++ b/docs/tutorial.html @@ -722,6 +722,7 @@

Updating state $.ajax({ url: this.props.url, dataType: 'json', + cache: false, success: function(data) { this.setState({data: data}); }.bind(this),